OEConfigurePrepareDepictionOptions¶
bool OEConfigurePrepareDepictionOptions(OESystem::OEInterface &itf,
unsigned int config=OEPrepareDepictionSetup::All)
Configures the given interface to add parameters for preparing molecules for depiction.
- itf
The interface being configured.
- config
The option that specifies which parameters will be added to the interface This value has to be from the
OEPrepareDepictionSetup
namespace.
See also
OEInterface class in the OEChem TK manual
OEPrepareDepictionSetup
namespaceOESetupPrepareDepictionOptions
function