OEGridAbstractBase

class OEGridAbstractBase : public OEBase

This class represents OEGridAbstractBase.

The following methods are publicly inherited from OEBase:

operator=

GetData

IsDataType

operator+=

GetDataIter

SetBaseData

AddBaseData

GetDataType

SetBoolData

AddData

GetDoubleData

SetData

Clear

GetFloatData

SetDoubleData

CreateCopy

GetIntData

SetFloatData

DeleteData

GetStringData

SetIntData

GetBoolData

HasData

SetStringData

The following classes derive from this class:

Clear

Clear() -> None

GetDataType

GetDataType() -> void

GetDim

GetDim() -> (nx: int, ny: int, nz: int)

GetMid

GetMid() -> (x: float, y: float, z: float)

GetSize

GetSize() -> int

GetSpacing

GetSpacing() -> float

GetTitle

GetTitle() -> str

GetXDim

GetXDim() -> int

GetXMid

GetXMid() -> float

GetYDim

GetYDim() -> int

GetYMid

GetYMid() -> float

GetZDim

GetZDim() -> int

GetZMid

GetZMid() -> float

IsDataType

IsDataType(type: void) -> bool

IsSpacingSet

IsSpacingSet() -> bool

SetTitle

SetTitle(title: str) -> bool