29 #ifndef CDPL_CONFGEN_CONFORMERDATA_HPP
30 #define CDPL_CONFGEN_CONFORMERDATA_HPP
79 this->energy = energy;
97 Math::Vector3DArray::swap(data);
98 std::swap(energy, data.energy);
102 const char* getClassName()
const
104 return "ConformerData";
Definition of the preprocessor macro CDPL_CONFGEN_API.
#define CDPL_CONFGEN_API
Tells the compiler/linker which classes, functions and variables are part of the library API.
Definition of class CDPL::Math::VectorArray.
VectorArray< Vector3D > Vector3DArray
Array storing vectors of type Math::Vector3D.
Definition: VectorArray.hpp:87
The namespace of the Chemical Data Processing Library.