GemaCoreLib
The GeMA Core library
Public Member Functions | Protected Member Functions | List of all members
GmCellAccessorProxy Class Reference

An accessor proxy + method for saving a cell in the context. More...

#include <gmCellAccessor.h>

Inheritance diagram for GmCellAccessorProxy:
Inheritance graph
[legend]
Collaboration diagram for GmCellAccessorProxy:
Collaboration graph
[legend]

Public Member Functions

 GmCellAccessorProxy (GmValueAccessor *ac)
 Constructor. Takes ownership of the accessor.
 
- Public Member Functions inherited from GmAccessorProxy
 GmAccessorProxy (GmValueAccessor *ac)
 Constructor. Takes ownership of the accessor.
 
virtual ~GmAccessorProxy ()
 Virtual destructor. Disposes the wrapped accessor.
 
int size () const
 
GmValueInfoinfo () const
 
bool isScalar () const
 
Unit unit () const
 
int valueSize () const
 
const double * defValue () const
 

Protected Member Functions

void saveCellInContext (const GmCell *c, int ip) const
 A function that given a cell, saves it in the context. The ip parameter should store the integration point index equivalent to the coordinate passed to the function evaluation or -1 if this is not an integration point or the information is unavailable (in that case the function evaluation will try to find out which integration point is equivalent to a coordinate, if necessary, but that takes some effort)
 
- Protected Member Functions inherited from GmAccessorProxy
double convertToAccessorUnit (double val) const
 An utility function that given a value, converts it to the accessor unit. If no conversion is needed, returns val.
 
const double * convertToAccessorUnit (const double *p) const
 An utility function that given a pointer to the stored data, converts the value to the accessor unit and returns a pointer to the internal buffer used to store the converted value. If no conversion is needed, returns p.
 
void convertFromAccessorUnit (double val, double *dst) const
 Copies the value given by val into the area pointed to by dst, converting units if needed.
 
void convertFromAccessorUnit (const double *val, double *dst) const
 Copies the values given by val into the area pointed to by dst, converting units if needed.
 

Additional Inherited Members

- Protected Attributes inherited from GmAccessorProxy
GmValueAccessor_ac
 

Detailed Description

An accessor proxy + method for saving a cell in the context.


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