Gromacs  2018.8
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members | Public Member Functions
gmx::AnalysisDataFrameLocalDataSetHandle< ValueType > Class Template Reference

#include <gromacs/analysisdata/framelocaldata.h>

Description

template<typename ValueType>
class gmx::AnalysisDataFrameLocalDataSetHandle< ValueType >

Handle to a single data set within frame-local data array.

Methods in this class do not throw.

See Also
AnalysisDataFrameLocalData

Public Member Functions

 AnalysisDataFrameLocalDataSetHandle (ArrayRef< ValueType > values)
 Constructs a handle from an array of values.
 
void clear ()
 Clears all values in the data set.
 
ValueType & value (int column)
 Accesses a single value in the data set.
 

The documentation for this class was generated from the following file: