GemaCoreLib
The GeMA Core library
Classes
gmInterpolatorOutputBindings.h File Reference

Declaration of the GmInterpolatorXxxxOutputDataBinding family of classes. More...

#include "gmCoreConfig.h"
#include "gmGaussAccessor.h"
Include dependency graph for gmInterpolatorOutputBindings.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  GmInterpolatorOutputDataBinding
 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...
 
class  GmInterpolatorVectorOutputDataBinding
 GmInterpolatorOutputDataBinding implementation storing a single value in a vector. More...
 
class  GmInterpolatorMVectorOutputDataBinding
 GmInterpolatorOutputDataBinding implementation storing multiple values in a vector list. More...
 
class  GmInterpolatorGaussOutputDataBinding
 GmInterpolatorOutputDataBinding implementation storing a single value in a Gauss point through an accessor. More...
 
class  GmInterpolatorMGaussOutputDataBinding
 GmInterpolatorOutputDataBinding implementation storing multiple values in a Gauss point through an accessor list. More...
 
class  GmInterpolatorNodeOutputDataBinding
 GmInterpolatorOutputDataBinding implementation storing a single value in a node attribute through an accessor. More...
 
class  GmInterpolatorMNodeOutputDataBinding
 GmInterpolatorOutputDataBinding implementation storing multiple values in a node through an accessor list. More...
 
class  GmInterpolatorOutputMultiDataBinding
 Binding class used to host the data structure where calculated interpolated values will be stored for several points. Might store one ore more values per point. More...
 
class  GmInterpolatorMatrixOutputMultiDataBinding
 GmInterpolatorOutputMultiDataBinding implementation storing a single value in a matrix. More...
 
class  GmInterpolatorMMatrixOutputMultiDataBinding
 GmInterpolatorOutputMultiDataBinding implementation storing multiple values in a matrix list. More...
 

Detailed Description

Declaration of the GmInterpolatorXxxxOutputDataBinding family of classes.

Author
Carlos Augusto Teixeira Mendes
Date
march, 2018