3.17.3 Constructors

OEMCMolBaseT()
OEMCMolBaseT(const OEMCMolBaseT<C,dim> &rhs)
OEMCMolBaseT(const OESystem::OEBase &rhs)

OEMCMolBaseT has three constructors including the default constructor. All of the constructors are empty functions which simply pass the appropriate initialization parameter up the inheritance tree to the OEMolBase constructor. The default constructor and the constructor which takes an OEBase create an OEMCMolBase which has no atoms or bonds, but which does have a single conformer which is the active conformer. Additional constructors are described in the OEMolBase and OEBase sections below.