#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>
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< C3DBounds > | C3DBoundsParameter |
3D size parameter type More... | |
typedef T3DDatafield< float > | C3DFDatafield |
a data field of float values More... | |
typedef CTParameter< C3DFVector > | C3DFVectorParameter |
3D vector parameter type More... | |
typedef TTranslator< C3DFVector > | C3DFVectorTranslator |
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 > |
#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 | ) |
Definition at line 41 of file 3d/datafield.hh.
typedef T3DDatafield<bool> C3DBitDatafield |
a data field of float values
Definition at line 575 of file 3d/datafield.hh.
typedef CTParameter<C3DBounds> C3DBoundsParameter |
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.
typedef CTParameter<C3DFVector> C3DFVectorParameter |
3D vector parameter type
Definition at line 581 of file 3d/datafield.hh.
typedef TTranslator<C3DFVector> C3DFVectorTranslator |
Definition at line 583 of file 3d/datafield.hh.
typedef T3DDatafield<int> C3DIDatafield |
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.
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 | ) |
template class EXPORT_3D CTParameter< C3DBounds > |
template class EXPORT_3D CTParameter< C3DFVector > |
template class EXPORT_3D TAttribute< C3DFVector > |
template class EXPORT_3D TTranslator< C3DFVector > |