3.6 OEConfBaseT

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

OEConfBaseT is the generic conformer base class in OEChem. It is an abstract base class which defined the interface for conformer implementations. OEConfBaseT has two template arguments. The first, class C, is the coordinate representation type. The second, unsigned int dim, is the dimensionality of the representation.


Subsections