#include "vtk3DWidget.h"

Go to the source code of this file.
Classes | |
| class | vtkImageTracerWidget |
| 3D widget for tracing on planar props. More... | |
Defines | |
| #define | VTK_ITW_PROJECTION_YZ 0 |
| #define | VTK_ITW_PROJECTION_XZ 1 |
| #define | VTK_ITW_PROJECTION_XY 2 |
| #define | VTK_ITW_SNAP_CELLS 0 |
| #define | VTK_ITW_SNAP_POINTS 1 |
| #define VTK_ITW_PROJECTION_YZ 0 |
Definition at line 81 of file vtkImageTracerWidget.h.
| #define VTK_ITW_PROJECTION_XZ 1 |
Definition at line 82 of file vtkImageTracerWidget.h.
| #define VTK_ITW_PROJECTION_XY 2 |
Definition at line 83 of file vtkImageTracerWidget.h.
| #define VTK_ITW_SNAP_CELLS 0 |
Definition at line 84 of file vtkImageTracerWidget.h.
| #define VTK_ITW_SNAP_POINTS 1 |
Definition at line 85 of file vtkImageTracerWidget.h.
1.5.6