|
Chemical Data Processing Library C++ API - Version 1.1.1
|
Go to the documentation of this file.
29 #ifndef CDPL_CONFGEN_CONFORMERDATA_HPP
30 #define CDPL_CONFGEN_CONFORMERDATA_HPP
58 this->energy = energy;
68 Math::Vector3DArray::swap(data);
69 std::swap(energy, data.energy);
73 const char* getClassName()
const
75 return "ConformerData";
83 #endif // CDPL_CONFGEN_CONFORMERDATA_HPP
Definition of the class CDPL::Math::VectorArray.
Definition of the preprocessor macro CDPL_CONFGEN_API.
VectorArray< Vector3D > Vector3DArray
An array of Math::Vector3D objects.
Definition: VectorArray.hpp:84
#define CDPL_CONFGEN_API
Tells the compiler/linker which classes, functions and variables are part of the library API.
The namespace of the Chemical Data Processing Library.