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(const OEHermiteOverlayOptions&)
Default and copy constructors.
operator=
OEHermiteOverlayOptions &operator=(const OEHermiteOverlayOptions &)
GetHermiteOptions
OEHermiteOptions& GetHermiteOptions() const OEHermiteOptions& GetHermiteOptions() constSee the
SetHermiteOptionsmethod.
GetMaxOptSteps
unsigned GetMaxOptSteps() constSee the
SetMaxOptStepsmethod.
SetHermiteOptions
bool SetHermiteOptions(const OEHermiteOptions&)Sets the Hermite parameters that control the Hermite expansion of reference and fit objects via the OEHermiteOptions class.
SetMaxOptSteps
bool SetMaxOptSteps(const unsigned int)Sets the maximum number of optimization iteration steps. Default: 200.