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()
__call__(x: float, y: float, z: float) -> GridType
__call__(ix: int, iy: int, iz: int) -> GridType
CreateCopy
CreateCopy() -> OEFixedGrid
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)