3.17 OEMCMolBaseT

template<class C,unsigned int dim>
class OEMCMolBaseT : public OEMolBase

OEMCMolBaseT is the basic multi-conformer molecule in OEChem. It is an abstract base class which defined the interface for multi-conformer molecule implementations. OEMCMolBaseT has two template arguments. The first, class C, is the coordinate representation type. The second, unsigned int dim, is the dimensionality of the representation. OEMCMolBaseT have an interface which allow access to conformers in a modal or a non-modal manner.


Subsections