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