OEDesignUnitEnumerateSitesOptions
Attention
This API is currently available in C++ and Python.
class OEDesignUnitEnumerateSitesOptions : public OESystem::OEOptions
This class stores the optional parameter sets for design unit binding site enumeration for use in the OEEnumerateSites function.
Constructors
OEDesignUnitEnumerateSitesOptions()
OEDesignUnitEnumerateSitesOptions(const OEDesignUnitEnumerateSitesOptions &)
Default and copy constructor that constructs a OEDesignUnitEnumerateSitesOptions object.
GetAddInteractionHints
bool GetAddInteractionHints() const
Returns the boolean whether or not to add interaction hints.
GetAddStyle
bool GetAddStyle() const
Returns the boolean whether or not to add style.
GetCollapseNonSiteAlts
bool GetCollapseNonSiteAlts() const
Returns the boolean whether or not to collapse non site alternate locations.
GetDuplicateRemoval
bool GetDuplicateRemoval() const
Returns the boolean whether or not to remove duplicate sites.
GetEnumerateCofactorSites
bool GetEnumerateCofactorSites() const
Returns the boolean whether or not to enumerate cofactor sites.
GetRestrictToRefSite
bool GetRestrictToRefSite() const
Returns the boolean whether or not to restrict enumeration to the site of the reference structure.
GetSiteSize
double GetSiteSize() const
Returns the size of the site.
SetAddInteractionHints
bool SetAddInteractionHints(bool addInteractions)Sets the boolean whether or not to add interactions.
SetAddStyle
bool SetAddStyle(bool addStyle)Sets the boolean whether or not to add style.
SetCollapseNonSiteAlts
bool SetCollapseNonSiteAlts(bool collapseNonSiteAlts)Sets the boolean whether or not to collapse non site alternate locations.
SetDuplicateRemoval
bool SetDuplicateRemoval(bool duplicateRemoval)Sets the boolean whether or not to remove duplicate sites.
SetEnumerateCofactorSites
bool SetEnumerateCofactorSites(bool enumCofactorSites)Sets the boolean whether or not to enumerate cofactor sites.
SetRestrictToRefSite
bool SetRestrictToRefSite(bool restrictToRefSite)Sets the boolean whether or not to restrict enumeration to the reference site.
SetSiteSize
bool SetSiteSize(double siteSize)Sets the size of the site.
See also
OEMakeDesignUnitOptions class
OEDesignUnitPrepOptions class