OEFixedGrid¶
template<class GridType>
class OEFixedGrid : public OEGridBase
This class represents OEFixedGrid.
The following methods are publicly inherited from OEGridBase:
The following methods are publicly inherited from OEGridAbstractBase:
The following methods are publicly inherited from OEBase:
- The following classes derive from this class:
operator()¶
GridType &operator()(float x, float y, float z)
const GridType &operator()(float x, float y, float z) const
GridType &operator()(unsigned int ix, unsigned int iy, unsigned int iz)
const GridType &operator()(unsigned int ix, unsigned int iy,
unsigned int iz) const
operator[]¶
GridType &operator[](unsigned int el)
const GridType &operator[](unsigned int el) const
CreateCopy¶
OEBase *CreateCopy() const
GetDataType¶
const void *GetDataType() const
GetValues¶
GridType *GetValues()
const GridType *GetValues() const
IsDataType¶
bool IsDataType(const void *type) const
SetValues¶
bool SetValues(const GridType *dataptr, unsigned int length)