|
Gromacs
2026.0-dev-20251119-5f0a571d
|
#include <gromacs/analysisdata/framelocaldata.h>
Handle to a single data set within frame-local data array.
Methods in this class do not throw.
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. | |
1.8.5