OEExtractRingTemplateOptions¶
class OEExtractRingTemplateOptions
This class represents OEExtractRingTemplateOptions that
stores the parameters that are used when extracting ring templates
using OEExtractRingTemplates
function
See also
OEExtractRingTemplates
function
Constructors¶
OEExtractRingTemplateOptions()
Default constructor.
OEExtractRingTemplateOptions(const OEExtractRingTemplateOptions &rhs)
Copy constructor.
operator=¶
OEExtractRingTemplateOptions &operator=(const OEExtractRingTemplateOptions &rhs)
Assignment operator.
GetRetainBondStereo¶
bool GetRetainBondStereo() const
Returns whether the cis/trans bond stereo configurations are kept in macro-cycles when extracting ring systems.
See also
GetRetainExistingTemplates¶
bool GetRetainExistingTemplates() const
Returns whether to return or ignore ring templates that have been already exist in the 2D coordinate generation system of OEChem.
See also
SetRetainBondStereo¶
void SetRetainBondStereo(bool retain)
Sets whether the cis/trans bond stereo configurations are kept in macro-cycles when extracting ring systems. By default, the bond stereo configurations in macro-cycles are retained.
See also
SetRetainExistingTemplates¶
void SetRetainExistingTemplates(bool retain)
Sets whether to return or ignore ring templates that have been already exist in the 2D coordinate generation system of OEChem. By default, the existing ring templates are ignored.
See also