29 #ifndef CDPL_CONFGEN_CONFORMERDATA_HPP
30 #define CDPL_CONFGEN_CONFORMERDATA_HPP
77 this->energy = energy;
95 Math::Vector3DArray::swap(data);
96 std::swap(energy, data.energy);
100 const char* getClassName()
const
102 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:85
The namespace of the Chemical Data Processing Library.