OEHermiteOverlayOptions

Attention

This is a preliminary API and may be improved based on user feedback. It is currently available in C++ and Python.

class OEHermiteOverlayOptions : public OESystem::OEOptions

This class provides an interface to set up options required for OEHermiteOverlay.

The OEHermiteOverlayOptions class defines the following public methods:

Constructors

OEHermiteOverlayOptions() -> OEHermiteOverlayOptions
OEHermiteOverlayOptions(arg2: OEHermiteOverlayOptions) -> OEHermiteOverlayOptions

Default and copy constructors.

Assignment operator.

GetHermiteOptions

GetHermiteOptions() -> OEHermiteOptions

See the SetHermiteOptions method.

GetMaxOptSteps

GetMaxOptSteps() -> int

See the SetMaxOptSteps method.

GetStarts

GetStarts() -> OEStarts

See the SetStarts method.

SetHermiteOptions

SetHermiteOptions(opts: OEHermiteOptions) -> None

Sets the Hermite parameters that control the Hermite expansion of reference and fit objects via the OEHermiteOptions class.

SetMaxOptSteps

SetMaxOptSteps(value: int) -> bool

Sets the maximum number of optimization iteration steps. Default: 200.

SetStarts

SetStarts(argStarts: OEStarts) -> None

Set the starts by passing in an OEStarts instance. This defines the starts to be used for optimization.