|
Gromacs
2026.0-dev-20251119-5f0a571d
|
#include <gromacs/analysisdata/framelocaldata.h>
Handle to a single frame data within frame-local data array.
Methods in this class do not throw.
Public Types | |
| typedef std::vector< ValueType > | ValueArray |
| Shorthand for the internal array of values. | |
|
typedef AnalysisDataFrameLocalDataSetHandle < ValueType > | DataSetHandle |
| Shorthand for a handle to a single data set. | |
Public Member Functions | |
| AnalysisDataFrameLocalDataHandle (const std::vector< int > *dataSetIndices, ValueArray *values) | |
| Constructs a handle from specified frame data. | |
| int | dataSetCount () const |
| Returns the number of data sets in the array. | |
| void | clear () |
| Clears all values in the frame. | |
| DataSetHandle | dataSet (int dataSet) |
| Returns a handle for a single data set. | |
| ValueType & | value (int dataSet, int column) |
| Accesses a single value in the frame. | |
1.8.5