GemaCoreLib
The GeMA Core library
Public Member Functions | List of all members
GmInterpolatorOutputDataBinding Class Referenceabstract

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>

Inheritance diagram for GmInterpolatorOutputDataBinding:
Inheritance graph
[legend]

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.
 

Detailed Description

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.


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