![]() |
Chemical Data Processing Library C++ API - Version 1.4.0
|
Definition of a spatial grid data type. More...
Go to the source code of this file.
Classes | |
| class | CDPL::Grid::SpatialGrid< T, CVT > |
| Abstract base class for attributed grids whose elements have a defined 3D position in space. More... | |
Namespaces | |
| CDPL | |
| The namespace of the Chemical Data Processing Library. | |
| CDPL::Grid | |
| Contains classes and functions related to grid based data representation and processing. | |
Typedefs | |
| typedef SpatialGrid< float > | CDPL::Grid::FSpatialGrid |
| Convenience alias for the single-precision spatial-grid abstract base. More... | |
| typedef SpatialGrid< double > | CDPL::Grid::DSpatialGrid |
| Convenience alias for the double-precision spatial-grid abstract base. More... | |
Definition of a spatial grid data type.