29 #ifndef CDPL_GRID_REGULARGRIDSET_HPP
30 #define CDPL_GRID_REGULARGRIDSET_HPP
47 template <
typename T,
typename CVT = T>
56 const char* getClassName()
const
58 return "RegularGridSet";
Definition of class CDPL::Util::IndirectArray.
Definition of a regular spatial grid data type.
Indirected array of dynamically allocated Grid::RegularGrid instances.
Definition: RegularGridSet.hpp:49
std::shared_ptr< RegularGridSet > SharedPointer
A reference-counted smart pointer [SHPTR] for dynamically allocated RegularGridSet instances.
Definition: RegularGridSet.hpp:53
Dynamic array class for the storage of object pointers with an indirected query interface.
Definition: IndirectArray.hpp:68
RegularGridSet< float > FRegularGridSet
Convenience alias for the single-precision regular spatial grid sets.
Definition: RegularGridSet.hpp:65
RegularGridSet< double > DRegularGridSet
Convenience alias for the double-precision regular spatial grid sets.
Definition: DRegularGridSetReader.hpp:42
The namespace of the Chemical Data Processing Library.