OEMolWriterParameter¶
class OEMolWriterParameter : public OESystem::OEStringParameter
The OEMolWriterParameter represents parameter that has string
value
representing a writable molecule file format.
- Following methods are publicly inherited from OEParameter:
AddAlias
andGetAliases
GetKeyless
andSetKeyless
IsSet
andIsSetToString
- Following methods are publicly inherited from OETypedParameter:
AddDefault
,GetDefault
,GetDefaults
andSetDefault
- Following methods are publicly inherited from OEPODParameter:
Constructors¶
OEMolWriterParameter()
OEMolWriterParameter(const std::string& name, const bool is3D = false)
OEMolWriterParameter(const OEMolWriterParameter&)
Default and copy constructors.
Constructs an OEMolWriterParameter instance using the specified set of parameters. The optional boolean argument referes to if the writeable file format must be able to write 3D molecule.