29 #ifndef CDPL_CHEM_ENTITY3DCOORDINATESFUNCTOR_HPP
30 #define CDPL_CHEM_ENTITY3DCOORDINATESFUNCTOR_HPP
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 vector data types.
Base class for objects that have a position in 3D space (e.g. Chem::Atom and Chem::Feature).
Definition: Entity3D.hpp:46
CVector< double, 3 > Vector3D
Bounded 3 element vector holding floating point values of type double.
Definition: Vector.hpp:2937
The namespace of the Chemical Data Processing Library.
Helper-functor for retrieving the 3D coordinates of an Chem::Entity3D object (via the Chem::Entity3DP...
Definition: Entity3DCoordinatesFunctor.hpp:48
const Math::Vector3D & operator()(const Entity3D &entity) const
Returns the 3D-coordinates of the argument entity object.