OEComplexFFParameter¶
Attention
This API is currently available in C++ and Python.
class OEComplexFFParameter : public OESystem::OEMultiParameter<OEMolPotential::OEForceField>
The OEComplexFFParameter represents parameter that has a value of type OEComplexFF.
- Following methods are publicly inherited from OEParameter:
AddAlias
andGetAliases
GetKeyless
andSetKeyless
IsSet
andIsSetToString
- Following methods are publicly inherited from OEMultiParameter:
Constructors¶
OEComplexFFParameter()
OEComplexFFParameter(const std::string& name, const bool customAllowed)
OEComplexFFParameter(const OEComplexFFParameter&)
Default and copy constructors.
Constructs an OEComplexFFParameter instance using the specified set of parameters. The second argument in the second constructor represents if a custom forcefield can be used.