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(const OEHitlistBuilderOptions&)
OEHitlistBuilderOptions& operator=(const OEHitlistBuilderOptions&)

Default and copy constructors.

GetBuildOptions

const OEBroodBuildOptions& GetBuildOptions() const

This method returns the OEBroodBuildOptions contained in this object.

See the SetBuildOptions method.

GetGeneralOptions

const OEBroodGeneralOptions& GetGeneralOptions() const

This method returns the OEBroodGeneralOptions contained in this object.

See the SetGeneralOptions method.

GetHitlistOptions

const OEBroodHitlistOptions& GetHitlistOptions() const

This method returns the OEBroodHitlistOptions contained in this object.

See the SetHitlistOptions method.

SetBuildOptions

void SetBuildOptions(const OEBroodBuildOptions&)

This method sets the OEBroodBuildOptions to be used.

SetGeneralOptions

void SetGeneralOptions(const OEBroodGeneralOptions&)

This method sets the OEBroodGeneralOptions to be used.

SetHitlistOptions

void SetHitlistOptions(const OEBroodHitlistOptions&)

This method sets the OEBroodHitlistOptions to be used.