class OEGridAbstractBase : public OEBase
This class represents OEGridAbstractBase.
The following methods are publicly inherited from OEBase:
void Clear()
const void *GetDataType() const
bool GetDim(unsigned int &xdim, unsigned int &ydim, unsigned int &zdim) const =0
bool GetMid(float &x, float &y, float &z) const =0
unsigned int GetSize() const =0
float GetSpacing() const =0
std::string GetTitle() const =0
unsigned int GetXDim() const =0
float GetXMid() const =0
unsigned int GetYDim() const =0
float GetYMid() const =0
unsigned int GetZDim() const =0
float GetZMid() const =0
bool IsDataType(const void *type) const
bool IsSpacingSet() const =0
bool SetTitle(const std::string &title)=0