#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.
◆ DECLARE_EXTERN
| #define DECLARE_EXTERN |
( |
| TYPE | ) |
|
Value:
A templated class of a 3D data field.
Definition at line 716 of file 3d/datafield.hh.
◆ DECLARE_EXTERN_ITERATORS
| #define DECLARE_EXTERN_ITERATORS |
( |
| TYPE | ) |
|
Value:
a 3D iterator that knows its position in the 3D grid, has a flag indicating whether it is on a bounda...
a 3D iterator that knows its position in the 3D grid ans supports iterating over sub-ranges
Definition at line 41 of file 3d/datafield.hh.
◆ C3DBitDatafield
◆ C3DBoundsParameter
◆ C3DFDatafield
◆ C3DFVectorParameter
◆ C3DFVectorTranslator
◆ C3DLDatafield
◆ C3DSBDatafield
◆ C3DSIDatafield
◆ C3DSSDatafield
◆ C3DUBDatafield
◆ C3DUIDatafield
a data field of 32 bit unsigned int values
Definition at line 548 of file 3d/datafield.hh.
◆ C3DULDatafield
a data field of 32 bit unsigned int values
Definition at line 560 of file 3d/datafield.hh.
◆ C3DUSDatafield
a data field of 32 bit unsigned int values
Definition at line 554 of file 3d/datafield.hh.
◆ DECLARE_EXTERN() [1/12]
◆ DECLARE_EXTERN() [2/12]
◆ DECLARE_EXTERN() [3/12]
| DECLARE_EXTERN |
( |
double | | ) |
|
◆ DECLARE_EXTERN() [4/12]
◆ DECLARE_EXTERN() [5/12]
| DECLARE_EXTERN |
( |
int16_t | | ) |
|
◆ DECLARE_EXTERN() [6/12]
| DECLARE_EXTERN |
( |
int32_t | | ) |
|
◆ DECLARE_EXTERN() [7/12]
| DECLARE_EXTERN |
( |
int64_t | | ) |
|
◆ DECLARE_EXTERN() [8/12]
| DECLARE_EXTERN |
( |
int8_t | | ) |
|
◆ DECLARE_EXTERN() [9/12]
| DECLARE_EXTERN |
( |
uint16_t | | ) |
|
◆ DECLARE_EXTERN() [10/12]
| DECLARE_EXTERN |
( |
uint32_t | | ) |
|
◆ DECLARE_EXTERN() [11/12]
| DECLARE_EXTERN |
( |
uint64_t | | ) |
|
◆ DECLARE_EXTERN() [12/12]
| DECLARE_EXTERN |
( |
uint8_t | | ) |
|
◆ DECLARE_EXTERN_ITERATORS() [1/11]
| DECLARE_EXTERN_ITERATORS |
( |
bool | | ) |
|
◆ DECLARE_EXTERN_ITERATORS() [2/11]
| DECLARE_EXTERN_ITERATORS |
( |
double | | ) |
|
◆ DECLARE_EXTERN_ITERATORS() [3/11]
| DECLARE_EXTERN_ITERATORS |
( |
float | | ) |
|
◆ DECLARE_EXTERN_ITERATORS() [4/11]
| DECLARE_EXTERN_ITERATORS |
( |
int16_t | | ) |
|
◆ DECLARE_EXTERN_ITERATORS() [5/11]
| DECLARE_EXTERN_ITERATORS |
( |
int32_t | | ) |
|
◆ DECLARE_EXTERN_ITERATORS() [6/11]
| DECLARE_EXTERN_ITERATORS |
( |
int64_t | | ) |
|
◆ DECLARE_EXTERN_ITERATORS() [7/11]
| DECLARE_EXTERN_ITERATORS |
( |
int8_t | | ) |
|
◆ DECLARE_EXTERN_ITERATORS() [8/11]
| DECLARE_EXTERN_ITERATORS |
( |
uint16_t | | ) |
|
◆ DECLARE_EXTERN_ITERATORS() [9/11]
| DECLARE_EXTERN_ITERATORS |
( |
uint32_t | | ) |
|
◆ DECLARE_EXTERN_ITERATORS() [10/11]
| DECLARE_EXTERN_ITERATORS |
( |
uint64_t | | ) |
|
◆ DECLARE_EXTERN_ITERATORS() [11/11]
| DECLARE_EXTERN_ITERATORS |
( |
uint8_t | | ) |
|
◆ CTParameter< C3DBounds >
◆ CTParameter< C3DFVector >
◆ TAttribute< C3DFVector >
◆ TTranslator< C3DFVector >