namespace OEMCMolType
{
const unsigned int OEDefault = 1;
const unsigned int Undefined = 0;
const unsigned int Cartesian = 1;
const unsigned int Torsion = 2;
const unsigned int Rotation = 3;
const unsigned int MaxType = 4;
}
The values in this namespace specify the OEMCMolBase
implementation type to be allocated when passed to a factory method
(see Section 4.103).