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()=default
OEDesignUnitEnumerateSitesOptions(const OEDesignUnitEnumerateSitesOptions &)=default
Default and copy constructor that constructs a OEDesignUnitEnumerateSitesOptions object.
operator=¶
OEDesignUnitEnumerateSitesOptions &
operator=(const OEDesignUnitEnumerateSitesOptions &)=default
Assignment operator.
GetAddInteractionHints¶
bool GetAddInteractionHints() const
Returns the boolean whether or not to add interaction hints.
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.
SetAddInteractionHints¶
void SetAddInteractionHints(bool addInteractions)
Sets the boolean whether or not to add interactions.
SetCollapseNonSiteAlts¶
void SetCollapseNonSiteAlts(bool collapseNonSiteAlts)
Sets the boolean whether or not to collapse non site alternate locations.
SetDuplicateRemoval¶
void SetDuplicateRemoval(bool duplicateRemoval)
Sets the boolean whether or not to remove duplicate sites.
SetEnumerateCofactorSites¶
void SetEnumerateCofactorSites(bool enumCofactorSites)
Sets the boolean whether or not to enumerate cofactor sites.
SetRestrictToRefSite¶
void SetRestrictToRefSite(bool restrictToRefSite)
Sets the boolean whether or not to restrict enumeration to the reference site.
See also
OEMakeDesignUnitOptions class
OEDesignUnitPrepOptions class