OEShapeGridOptions

class OEShapeGridOptions : public OESystem::OEOptions

This class provides an interface to setup options required for calculations using the Grid method.

The OEShapeGridOptions class defines the following public methods:

Constructors

OEShapeGridOptions() -> OEShapeGridOptions
OEShapeGridOptions(arg2: OEShapeGridOptions) -> OEShapeGridOptions

Default and copy constructors.

GetDerivativeType

GetDerivativeType() -> int

Gets the current value of the derivative type to be used on Grid method.

GetGridSpacing

GetGridSpacing() -> float

Gets the grid spacing to be used on Grid method.

SetDerivativeType

SetDerivativeType(value: int) -> bool

Set the derivative type to be used on Grid method. The default is OEDerivativeType_NearestValue for shape overlap and OEDerivativeType_Interpolated for color overlap. Alternatives are defined in the OEDerivativeType namespace.

SetGridSpacing

SetGridSpacing(value: float) -> bool

Set the grid spacing to be used on Grid method. By default this is set to 0.25 Å.