#include "igstkMacros.h"#include "igstkObjectRepresentation.h"#include "igstkImageSpatialObject.h"#include "igstkStateMachine.h"#include "igstkReslicerPlaneSpatialObject.h"#include "igstkTransform.h"#include "igstkSpatialObject.h"#include "igstkEvents.h"#include <vtkPolyDataMapper.h>#include <vtkProperty.h>#include <vtkImageData.h>#include <vtkMatrix4x4.h>#include <vtkTransform.h>#include <vtkLookupTable.h>#include <vtkImageReslice.h>#include <vtkTexture.h>#include <vtkActor.h>#include <vtkPlaneSource.h>#include <vtkPlane.h>#include <vtkPolyData.h>#include <vtkOutlineFilter.h>#include <vtkCamera.h>#include <vtkMath.h>#include <vtkSphereSource.h>#include <vtkImageMapToColors.h>#include <vtkCutter.h>

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.6.3