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:
Following methods are publicly inherited from OETypedParameter:
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.

operator=

OEMolReaderParameter &operator=(const OEMolReaderParameter &)

The assignment operator.