OEHitlistBuilderOptions
Attention
This is a preliminary API and may be improved based on user feedback. It is currently available in C++ and Python.
class OEHitlistBuilderOptions : public OESystem::OEOptions
This class defines configuration options for the OEHitlistBuilder and consolidates options from general, hit list, and build option groups.
- The OEHitlistBuilderOptions class defines the following public methods:
Constructors
OEHitlistBuilderOptions() -> OEHitlistBuilderOptions
OEHitlistBuilderOptions(arg2: OEHitlistBuilderOptions) -> OEHitlistBuilderOptions
Default and copy constructors.
GetBuildOptions
GetBuildOptions() -> OEBroodBuildOptions
This method returns the OEBroodBuildOptions contained in this object.
See the SetBuildOptions method.
GetGeneralOptions
GetGeneralOptions() -> OEBroodGeneralOptions
This method returns the OEBroodGeneralOptions contained in this object.
See the SetGeneralOptions method.
GetHitlistOptions
GetHitlistOptions() -> OEBroodHitlistOptions
This method returns the OEBroodHitlistOptions contained in this object.
See the SetHitlistOptions method.
SetBuildOptions
SetBuildOptions(opts: OEBroodBuildOptions) -> None
This method sets the OEBroodBuildOptions to be used.
SetGeneralOptions
SetGeneralOptions(opts: OEBroodGeneralOptions) -> None
This method sets the OEBroodGeneralOptions to be used.
SetHitlistOptions
SetHitlistOptions(opts: OEBroodHitlistOptions) -> None
This method sets the OEBroodHitlistOptions to be used.