OEMolReaderParameter¶
class OEMolReaderParameter : public OESystem::OEStringParameter
The OEMolReaderParameter represents parameter that has string value
representing a readable molecule file format.
- Following methods are publicly inherited from OEParameter:
AddAliasandGetAliasesGetKeylessandSetKeylessIsSetandIsSetToString
- Following methods are publicly inherited from OETypedParameter:
AddDefault,GetDefault,GetDefaultsandSetDefault
- Following methods are publicly inherited from OEPODParameter:
Constructors¶
OEMolReaderParameter()
OEMolReaderParameter(const std::string& name, const bool is3D = false)
OEMolReaderParameter(const OEMolReaderParameter&)
Default and copy constructors.
Constructs an OEMolReaderParameter instance using the specified set of parameters. The optional boolean argument referes to if the readable file format must contain 3D molecule.