Chemical Data Processing Library C++ API - Version 1.1.1
|
Definition of a regular spatial grid data type. More...
#include <type_traits>
#include <utility>
#include <memory>
#include "CDPL/Math/GridExpression.hpp"
#include "CDPL/Math/Grid.hpp"
#include "CDPL/Math/Matrix.hpp"
#include "CDPL/Math/Vector.hpp"
#include "CDPL/Math/TypeTraits.hpp"
#include "CDPL/Base/Exceptions.hpp"
Go to the source code of this file.
Namespaces | |
CDPL | |
The namespace of the Chemical Data Processing Library. | |
CDPL::Math | |
Contains classes and functions related to mathematics. | |
Typedefs | |
typedef RegularSpatialGrid< float > | CDPL::Math::FRegularSpatialGrid |
An unbounded dense regular grid in 3D space holding floating point values of type float . More... | |
typedef RegularSpatialGrid< double > | CDPL::Math::DRegularSpatialGrid |
An unbounded dense regular grid in 3D space holding floating point values of type double . More... | |
Functions | |
template<typename T , typename C , typename GD , typename XF , typename V > | |
T | CDPL::Math::interpolateTrilinear (const RegularSpatialGrid< T, C, GD, XF > &grid, const V &pos, bool local_pos) |
Definition of a regular spatial grid data type.