3d/datafield.hh File Reference
#include <cstdio>
#include <vector>
#include <cmath>
#include <cassert>
#include <mia/3d/vector.hh>
#include <mia/3d/defines3d.hh>
#include <mia/3d/iterator.hh>
#include <mia/2d/datafield.hh>
#include <mia/core/msgstream.hh>
#include <mia/core/parameter.hh>
#include <mia/core/typedescr.hh>
#include <miaconfig.h>
Include dependency graph for 3d/datafield.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  T3DDatafield< T >::ConstRange
 
class  T3DDatafield< T >::Range
 a shortcut data type More...
 
class  T3DDatafield< T >
 A templated class of a 3D data field. More...
 

Macros

#define DECLARE_EXTERN(TYPE)   extern template class EXPORT_3D T3DDatafield<TYPE>;
 
#define DECLARE_EXTERN_ITERATORS(TYPE)
 

Typedefs

typedef T3DDatafield< bool > C3DBitDatafield
 a data field of float values More...
 
typedef CTParameter< C3DBoundsC3DBoundsParameter
 3D size parameter type More...
 
typedef T3DDatafield< float > C3DFDatafield
 a data field of float values More...
 
typedef CTParameter< C3DFVectorC3DFVectorParameter
 3D vector parameter type More...
 
typedef TTranslator< C3DFVectorC3DFVectorTranslator
 
typedef T3DDatafield< int > C3DIDatafield
 a data field of 32 bit signed int values More...
 
typedef T3DDatafield< long > C3DLDatafield
 a data field of 32 bit signed int values More...
 
typedef T3DDatafield< unsigned char > C3DUBDatafield
 a data field of float values More...
 
typedef T3DDatafield< unsigned int > C3DUIDatafield
 a data field of 32 bit unsigned int values More...
 
typedef T3DDatafield< unsigned long > C3DULDatafield
 a data field of 32 bit unsigned int values More...
 

Functions

 DECLARE_EXTERN (double)
 
 DECLARE_EXTERN (float)
 
 DECLARE_EXTERN (unsigned int)
 
 DECLARE_EXTERN (int)
 
 DECLARE_EXTERN (short)
 
 DECLARE_EXTERN (signed char)
 
 DECLARE_EXTERN (C3DFVector)
 
 DECLARE_EXTERN (C3DDVector)
 
 DECLARE_EXTERN_ITERATORS (double)
 
 DECLARE_EXTERN_ITERATORS (float)
 
 DECLARE_EXTERN_ITERATORS (unsigned int)
 
 DECLARE_EXTERN_ITERATORS (int)
 
 DECLARE_EXTERN_ITERATORS (short)
 
 DECLARE_EXTERN_ITERATORS (signed char)
 
 DECLARE_EXTERN_ITERATORS (bool)
 

Variables

template class EXPORT_3D CTParameter< C3DBounds >
 
template class EXPORT_3D CTParameter< C3DFVector >
 
template class EXPORT_3D TAttribute< C3DFVector >
 
template class EXPORT_3D TTranslator< C3DFVector >
 

Macro Definition Documentation

#define DECLARE_EXTERN (   TYPE)    extern template class EXPORT_3D T3DDatafield<TYPE>;

Definition at line 737 of file 3d/datafield.hh.

#define DECLARE_EXTERN_ITERATORS (   TYPE)
Value:
a 3D iterator that knows its position in the 3D grid ans supports iterating over sub-ranges ...
Definition: 3d/iterator.hh:189
a 3D iterator that knows its position in the 3D grid, has a flag indicating whether it is on a bounda...
Definition: 3d/iterator.hh:43
#define EXPORT_3D
Definition: defines3d.hh:44

Definition at line 41 of file 3d/datafield.hh.

Typedef Documentation

a data field of float values

Definition at line 575 of file 3d/datafield.hh.

3D size parameter type

Definition at line 578 of file 3d/datafield.hh.

typedef T3DDatafield<float> C3DFDatafield

a data field of float values

Definition at line 556 of file 3d/datafield.hh.

3D vector parameter type

Definition at line 581 of file 3d/datafield.hh.

Definition at line 583 of file 3d/datafield.hh.

a data field of 32 bit signed int values

Definition at line 562 of file 3d/datafield.hh.

typedef T3DDatafield<long> C3DLDatafield

a data field of 32 bit signed int values

Definition at line 569 of file 3d/datafield.hh.

typedef T3DDatafield<unsigned char> C3DUBDatafield

a data field of float values

Definition at line 572 of file 3d/datafield.hh.

typedef T3DDatafield<unsigned int> C3DUIDatafield

a data field of 32 bit unsigned int values

Definition at line 559 of file 3d/datafield.hh.

typedef T3DDatafield<unsigned long> C3DULDatafield

a data field of 32 bit unsigned int values

Definition at line 566 of file 3d/datafield.hh.

Function Documentation

DECLARE_EXTERN ( double  )
DECLARE_EXTERN ( float  )
DECLARE_EXTERN ( unsigned  int)
DECLARE_EXTERN ( int  )
DECLARE_EXTERN ( short  )
DECLARE_EXTERN ( signed  char)
DECLARE_EXTERN ( C3DFVector  )
DECLARE_EXTERN ( C3DDVector  )
DECLARE_EXTERN_ITERATORS ( double  )
DECLARE_EXTERN_ITERATORS ( float  )
DECLARE_EXTERN_ITERATORS ( unsigned  int)
DECLARE_EXTERN_ITERATORS ( int  )
DECLARE_EXTERN_ITERATORS ( short  )
DECLARE_EXTERN_ITERATORS ( signed  char)
DECLARE_EXTERN_ITERATORS ( bool  )

Variable Documentation

template class EXPORT_3D CTParameter< C3DBounds >
template class EXPORT_3D CTParameter< C3DFVector >
template class EXPORT_3D TAttribute< C3DFVector >
template class EXPORT_3D TTranslator< C3DFVector >