![]() |
GemaCoreLib
The GeMA Core library
|
Extends GmDiscontinuityAccessor to handle property accessors. More...
#include <gmDiscontinuityAccessor.h>
Public Member Functions | |
GmPropertyDiscontinuityAccessor (GmValueAccessor *ac, int psetIndex) | |
Constructor. Takes ownership of the accessor. | |
![]() | |
GmDiscontinuityAccessor (GmValueAccessor *ac) | |
Constructor. Takes ownership of the accessor. | |
const double * | value (const GmDiscontinuity *d) const |
double | scalarValue (const GmDiscontinuity *d) const |
void | matrixValue (const GmDiscontinuity *d, GmCRMatrix &mat) const |
void | vectorValue (const GmDiscontinuity *d, GmCRVector &vec) const |
bool | setValue (const GmDiscontinuity *d, const double *value) |
bool | setScalarValue (const GmDiscontinuity *d, double value) |
bool | setScalarValueAtDim (const GmDiscontinuity *d, int dim, double value) |
bool | setValueAsDef (const GmDiscontinuity *d) |
bool | setFunctionValue (const GmDiscontinuity *d, GmUserFunction *functionDef) |
bool | setFunctionValue (const GmDiscontinuity *d, GmUserFunctionEvaluator *functionEval) |
QString | valueStr (const GmDiscontinuity *d, bool evalFunctions, bool printDefAsNil, int fieldWidth=0, char format='g', int precision=-1) const |
bool | setFunctionFromName (const GmDiscontinuity *d, QString userFunctionId, QString &err) |
bool | setValueFromVariant (const GmDiscontinuity *d, const QVariant &v, bool acceptMissingDimension, QString &err) |
bool | isDefValue (const GmDiscontinuity *d) const |
bool | isFunction (const GmDiscontinuity *d) const |
QString | functionId (const GmDiscontinuity *d) const |
![]() | |
GmAccessorProxy (GmValueAccessor *ac) | |
Constructor. Takes ownership of the accessor. | |
virtual | ~GmAccessorProxy () |
Virtual destructor. Disposes the wrapped accessor. | |
int | size () const |
GmValueInfo * | info () const |
bool | isScalar () const |
Unit | unit () const |
int | valueSize () const |
const double * | defValue () const |
Protected Member Functions | |
virtual int | queryIndex (const GmDiscontinuity *d) const |
A virtual function that given a cell returns the index that should be accessed. | |
![]() | |
bool | logUserFunctionError () |
Logs an error since discontinuity accessors can not work with functions. | |
![]() | |
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. | |
Private Attributes | |
int | _pset |
Additional Inherited Members | |
![]() | |
GmValueAccessor * | _ac |
Extends GmDiscontinuityAccessor to handle property accessors.