OESiteHopperDatabaseOptions
class OESiteHopperDatabaseOptions : public OESystem::OEOptions
This class provides a way to set up how the SiteHopper database will be built.
Constructors
OESiteHopperDatabaseOptions()
OESiteHopperDatabaseOptions(const OESiteHopperDatabaseOptions &)
OESiteHopperDatabaseOptions(OESiteHopperDatabaseOptions &&)
Default and copy constructors.
GetPatchOptions
const OESiteHopperPatchOptions& GetPatchOptions() const
Returns a reference to the OESiteHopperPatchOptions instance as currently set. This defines options for building patches as they are added to the database.
SetPatchOptions
void SetPatchOptions(const OESiteHopperPatchOptions& opts)
Update the internal OESiteHopperPatchOptions.
CreateCopy
OESiteHopperDatabaseOptions* CreateCopy() const