OEGaussianBase
class OEGaussianBase : public OEBase
This class represents OEGaussianBase.
The following methods are publicly inherited from OEBase:
- The following classes derive from this class:
GetCenter
GetCenter(xyz: OEFloatArray) -> None
GetColor
GetColor() -> int
GetDataType
GetDataType() -> void
GetPrefactor
GetPrefactor() -> float
GetWidth
GetWidth() -> float
GetX
GetX() -> float
GetY
GetY() -> float
GetZ
GetZ() -> float
IsDataType
IsDataType(arg2: void) -> bool
SetCenter
SetCenter(xyz: OEFloatArray) -> None
SetColor
SetColor(color: int) -> None
SetPrefactor
SetPrefactor(prefactor: float) -> None
SetWidth
SetWidth(width: float) -> None
SetX
SetX(x: float) -> None
SetY
SetY(y: float) -> None
SetZ
SetZ(z: float) -> None