#include "../intensity.h"
#include "vuImage.h"
#include "vuVector.h"
#include "vuGrid.h"
Include dependency graph for CellProjector.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | vu111211a |
Defines | |
#define | _vu111211a_H_ |
Typedefs | |
typedef vu111211a | vuVolumeRegularUnimodal3d1B1CellProjector |
Enumerations | |
enum | DebugEnum { NORMAL, MANUAL_TET, ANIMATE_TET_ORDER, ANIMATE_VOXEL_ORDER } |
The enums are equal to 0, 1, 2, ... etc. More... | |
enum | SubdivEnum { FIVE_FOLD, SIX_FOLD } |
This enum describes the various subdivision techniques used by CellProjetor. More... |
|
Definition at line 19 of file CellProjector.h. |
|
Definition at line 44 of file CellProjector.h. |
|
The enums are equal to 0, 1, 2, ... etc. This enum is used by both CellProjector and vuCellProjector. Thus it should be globally accessible. Definition at line 35 of file CellProjector.h. |
|
This enum describes the various subdivision techniques used by CellProjetor.
Definition at line 38 of file CellProjector.h. |