|
IGSTK
|
#include "igstkMacros.h"#include "igstkObjectRepresentation.h"#include "igstkImageSpatialObject.h"#include "igstkStateMachine.h"#include "igstkReslicerPlaneSpatialObject.h"#include "igstkImageResliceObjectRepresentation.txx"
Go to the source code of this file.
Classes | |
| class | igstk::ImageResliceObjectRepresentation< TImageSpatialObject > |
| This class represents an oblique image object. More... | |
Namespaces | |
| namespace | igstk |
This file contains the declarations of IGSTK Events used to communicate among components. | |
Defines | |
| #define | VTK_NEAREST_RESLICE 0 |
| #define | VTK_LINEAR_RESLICE 1 |
| #define | VTK_CUBIC_RESLICE 2 |
| #define VTK_NEAREST_RESLICE 0 |
Definition at line 44 of file igstkImageResliceObjectRepresentation.h.
| #define VTK_LINEAR_RESLICE 1 |
Definition at line 45 of file igstkImageResliceObjectRepresentation.h.
| #define VTK_CUBIC_RESLICE 2 |
Definition at line 46 of file igstkImageResliceObjectRepresentation.h.
1.7.4