Public Member Functions | |
| CellLIDMappedFieldWrapper (int cellDim, int nFuncs, const RCP< Array< double > > &data) | |
| virtual | ~CellLIDMappedFieldWrapper () |
| double | getData (int cellDim, int cellID, int elem) const |
| bool | isDefined (int cellDim, int cellID, int elem) const |
| int | numElems () const |
| bool | isPointData () const |
Private Attributes | |
Handleable interface | |
| int | cellDim_ |
| int | nFuncs_ |
| RCP< Array< double > > | data_ |
Definition at line 54 of file SundanceCellLIDMappedFieldWrapper.hpp.
| Sundance::CellLIDMappedFieldWrapper::CellLIDMappedFieldWrapper | ( | int | cellDim, |
| int | nFuncs, | ||
| const RCP< Array< double > > & | data | ||
| ) | [inline] |
Definition at line 58 of file SundanceCellLIDMappedFieldWrapper.hpp.
| virtual Sundance::CellLIDMappedFieldWrapper::~CellLIDMappedFieldWrapper | ( | ) | [inline, virtual] |
virtual dtor
Definition at line 63 of file SundanceCellLIDMappedFieldWrapper.hpp.
| double Sundance::CellLIDMappedFieldWrapper::getData | ( | int | cellDim, |
| int | cellID, | ||
| int | elem | ||
| ) | const [inline, virtual] |
Implements Sundance::FieldBase.
Definition at line 66 of file SundanceCellLIDMappedFieldWrapper.hpp.
| bool Sundance::CellLIDMappedFieldWrapper::isDefined | ( | int | cellDim, |
| int | cellID, | ||
| int | elem | ||
| ) | const [inline, virtual] |
Implements Sundance::FieldBase.
Definition at line 73 of file SundanceCellLIDMappedFieldWrapper.hpp.
| bool Sundance::CellLIDMappedFieldWrapper::isPointData | ( | ) | const [inline, virtual] |
Implements Sundance::FieldBase.
Definition at line 80 of file SundanceCellLIDMappedFieldWrapper.hpp.
References cellDim_.
| int Sundance::CellLIDMappedFieldWrapper::numElems | ( | ) | const [inline, virtual] |
Reimplemented from Sundance::FieldBase.
Definition at line 77 of file SundanceCellLIDMappedFieldWrapper.hpp.
References nFuncs_.
int Sundance::CellLIDMappedFieldWrapper::cellDim_ [private] |
Definition at line 86 of file SundanceCellLIDMappedFieldWrapper.hpp.
Referenced by getData(), and isPointData().
RCP<Array<double> > Sundance::CellLIDMappedFieldWrapper::data_ [private] |
Definition at line 88 of file SundanceCellLIDMappedFieldWrapper.hpp.
Referenced by getData().
int Sundance::CellLIDMappedFieldWrapper::nFuncs_ [private] |
Definition at line 87 of file SundanceCellLIDMappedFieldWrapper.hpp.
Referenced by getData(), and numElems().