29 #ifndef CDPL_CHEM_ATOMARRAY3DCOORDINATESFUNCTOR_HPP
30 #define CDPL_CHEM_ATOMARRAY3DCOORDINATESFUNCTOR_HPP
55 coordinates(&coords), molGraph(&molgraph) {}
Definition of the preprocessor macro CDPL_CHEM_API.
#define CDPL_CHEM_API
Tells the compiler/linker which classes, functions and variables are part of the library API.
Definition of the class CDPL::Math::VectorArray.
AtomArray3DCoordinatesFunctor.
Definition: AtomArray3DCoordinatesFunctor.hpp:51
const Math::Vector3D & operator()(const Atom &atom) const
Returns the 3D-coordinates of the argument atom.
AtomArray3DCoordinatesFunctor(const Math::Vector3DArray &coords, const MolecularGraph &molgraph)
Definition: AtomArray3DCoordinatesFunctor.hpp:54
Atom.
Definition: Atom.hpp:52
MolecularGraph.
Definition: MolecularGraph.hpp:52
VectorArray< Vector3D > Vector3DArray
An array of Math::Vector3D objects.
Definition: VectorArray.hpp:84
CVector< double, 3 > Vector3D
A bounded 3 element vector holding floating point values of type double.
Definition: Vector.hpp:1637
The namespace of the Chemical Data Processing Library.