|
Chemical Data Processing Library C++ API - Version 1.1.1
|
Go to the documentation of this file.
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";
64 #endif // CDPL_GRID_REGULARGRIDSET_HPP
RegularGridSet< float > FRegularGridSet
Definition: RegularGridSet.hpp:60
A dynamic array class for the storage of object pointers with an indirected query interface.
Definition: IndirectArray.hpp:68
std::shared_ptr< RegularGridSet > SharedPointer
Definition: RegularGridSet.hpp:50
RegularGridSet< double > DRegularGridSet
Definition: DRegularGridSetReader.hpp:42
Definition of a regular spatial grid data type.
The namespace of the Chemical Data Processing Library.
RegularGridSet.
Definition: RegularGridSet.hpp:47
Definition of the class CDPL::Util::IndirectArray.