29 #ifndef CDPL_DESCR_ATOMRDFCODECALCULATOR_HPP
30 #define CDPL_DESCR_ATOMRDFCODECALCULATOR_HPP
Definition of the preprocessor macro CDPL_DESCR_API.
#define CDPL_DESCR_API
Tells the compiler/linker which classes, functions and variables are part of the library API.
Definition of class CDPL::Descr::RDFCodeCalculator.
Definition of vector data types.
A common interface for data-structures that support a random access to stored Chem::Atom instances.
Definition: AtomContainer.hpp:55
RDFCodeCalculator implementation for the calculation of atom-centered radial distribution function (R...
Definition: AtomRDFCodeCalculator.hpp:62
void calculate(const Chem::AtomContainer &cntnr, Math::DVector &rdf_code)
Calculates the RDF code of the atoms provided by cntnr.
AtomRDFCodeCalculator()
Constructs the AtomRDFCodeCalculator instance.
AtomRDFCodeCalculator(const Chem::AtomContainer &cntnr, Math::DVector &rdf_code)
Constructs the AtomRDFCodeCalculator instance and calculates the RDF code of the atoms provided by cn...
Generic implementation of the radial distribution function (RDF) code calculation for sequences of en...
Definition: RDFCodeCalculator.hpp:61
The namespace of the Chemical Data Processing Library.