29 #ifndef CDPL_GRAIL_BURIEDNESSGRIDCALCULATOR_HPP
30 #define CDPL_GRAIL_BURIEDNESSGRIDCALCULATOR_HPP
50 template <
typename PT,
typename CT,
typename ST>
95 typedef Internal::Octree<Math::Vector3D, Math::Vector3DArray, double> Octree;
96 typedef std::shared_ptr<Octree> OctreePtr;
97 typedef std::vector<std::size_t> AtomIndexList;
102 AtomIndexList atomIndices;
Definition of the class CDPL::GRAIL::BuriednessScore.
Definition of the class CDPL::Chem::Fragment.
Definition of the preprocessor macro CDPL_GRAIL_API.
#define CDPL_GRAIL_API
Tells the compiler/linker which classes, functions and variables are part of the library API.
Definition of a spatial grid data type.
Definition of the class CDPL::Math::VectorArray.
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
Fragment.
Definition: Fragment.hpp:52
BuriednessGridCalculator.
Definition: BuriednessGridCalculator.hpp:61
void setNumTestRays(std::size_t num_rays)
std::size_t getNumTestRays() const
const Chem::Atom3DCoordinatesFunction & getAtom3DCoordinatesFunction() const
BuriednessGridCalculator()
BuriednessGridCalculator & operator=(const BuriednessGridCalculator &calc)
void setProbeRadius(double radius)
std::shared_ptr< BuriednessGridCalculator > SharedPointer
Definition: BuriednessGridCalculator.hpp:64
void setAtom3DCoordinatesFunction(const Chem::Atom3DCoordinatesFunction &func)
Specifies a function for the retrieval of atom 3D-coordinates for grid calculation.
double getMinVdWSurfaceDistance() const
void calculate(const Chem::AtomContainer &atoms, Grid::DSpatialGrid &grid)
void setMinVdWSurfaceDistance(double dist)
BuriednessGridCalculator(const BuriednessGridCalculator &calc)
double getProbeRadius() const
BuriednessScore.
Definition: BuriednessScore.hpp:57
SpatialGrid.
Definition: SpatialGrid.hpp:47
std::function< const Math::Vector3D &(const Chem::Atom &)> Atom3DCoordinatesFunction
A generic wrapper class used to store a user-defined Chem::Atom 3D-coordinates function.
Definition: Atom3DCoordinatesFunction.hpp:43
VectorArray< Vector3D > Vector3DArray
An array of Math::Vector3D objects.
Definition: VectorArray.hpp:84
The namespace of the Chemical Data Processing Library.