![]() |
GemaCoreLib
The GeMA Core library
|
Binding class used to host the data structure where calculated interpolated values will be stored. Might store one ore more values per point. It also hosts the dimension specification used when converting vector values to scalar ones. More...
#include <gmInterpolatorOutputBindings.h>
Public Member Functions | |
virtual int | numSrcs ()=0 |
Returns the number o data srcs (accessors) stored by this object. | |
virtual int | dim (int srcIndex) const =0 |
Returns the access index for retrieving scalar values from vector data or -1 if unused. | |
virtual void | setValue (int srcIndex, const GmVector &data)=0 |
Saves the given vector as the result for the given data src. | |
Binding class used to host the data structure where calculated interpolated values will be stored. Might store one ore more values per point. It also hosts the dimension specification used when converting vector values to scalar ones.