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(name: str, is3D: bool = False) -> OEMolReaderParameter
OEMolReaderParameter() -> OEMolReaderParameter
OEMolReaderParameter(arg2: OEMolReaderParameter) -> 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.