OEMolReaderParameter¶
Attention
This is a preliminary API and may be improved based on user feedback. It is currently available in C++ and Python.
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
: AddAlias
andGetAliases
GetKeyless
andSetKeyless
IsSet
andIsSetToString
- Following methods are publicly inherited from
OETypedParameter
: AddDefault
,GetDefault
,GetDefaults
andSetDefault
- Following methods are publicly inherited from
OEPODParameter
: GetDefaultsVector
GetSettingsVector
GetValuesVector
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.