Chemical Data Processing Library C++ API - Version 1.1.1
Classes | Namespaces | Typedefs | Functions
RegularSpatialGrid.hpp File Reference

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.

Classes

struct  CDPL::Math::GridCoordinatesMatrixTransformTraits< MatrixType >
 
struct  CDPL::Math::GridCoordinatesTransformTraits< CMatrix< T, 4, 4 > >
 
struct  CDPL::Math::GridCoordinatesTransformTraits< BoundedMatrix< T, 4, 4 > >
 
class  CDPL::Math::RegularSpatialGrid< T, C, GD, XF >
 

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< doubleCDPL::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 >
CDPL::Math::interpolateTrilinear (const RegularSpatialGrid< T, C, GD, XF > &grid, const V &pos, bool local_pos)
 

Detailed Description

Definition of a regular spatial grid data type.