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() -> OEHermiteOptionsSee the
SetHermiteOptionsmethod.
GetMaxOptSteps
GetMaxOptSteps() -> intSee the
SetMaxOptStepsmethod.
SetHermiteOptions
SetHermiteOptions(opts: OEHermiteOptions) -> NoneSets the Hermite parameters that control the Hermite expansion of reference and fit objects via the OEHermiteOptions class.
SetMaxOptSteps
SetMaxOptSteps(value: int) -> boolSets the maximum number of optimization iteration steps. Default: 200.