29 #ifndef CDPL_GRID_REGULARGRIDSET_HPP
30 #define CDPL_GRID_REGULARGRIDSET_HPP
45 template <
typename T,
typename CVT = T>
53 const char* getClassName()
const
55 return "RegularGridSet";
Definition of the class CDPL::Util::IndirectArray.
Definition of a regular spatial grid data type.
RegularGridSet.
Definition: RegularGridSet.hpp:47
std::shared_ptr< RegularGridSet > SharedPointer
Definition: RegularGridSet.hpp:50
A dynamic array class for the storage of object pointers with an indirected query interface.
Definition: IndirectArray.hpp:68
RegularGridSet< float > FRegularGridSet
Definition: RegularGridSet.hpp:60
RegularGridSet< double > DRegularGridSet
Definition: DRegularGridSetReader.hpp:42
The namespace of the Chemical Data Processing Library.