| VTK
   
    | 
#include "vtkObject.h"

Go to the source code of this file.
| Classes | |
| class | vtkCoordinate | 
| perform coordinate transformation, and represent position, in a variety of vtk coordinate systems  More... | |
| Defines | |
| #define | VTK_DISPLAY 0 | 
| #define | VTK_NORMALIZED_DISPLAY 1 | 
| #define | VTK_VIEWPORT 2 | 
| #define | VTK_NORMALIZED_VIEWPORT 3 | 
| #define | VTK_VIEW 4 | 
| #define | VTK_WORLD 5 | 
| #define | VTK_USERDEFINED 6 | 
| #define VTK_DISPLAY 0 | 
Definition at line 60 of file vtkCoordinate.h.
| #define VTK_NORMALIZED_DISPLAY 1 | 
Definition at line 61 of file vtkCoordinate.h.
| #define VTK_VIEWPORT 2 | 
Definition at line 62 of file vtkCoordinate.h.
| #define VTK_NORMALIZED_VIEWPORT 3 | 
Definition at line 63 of file vtkCoordinate.h.
| #define VTK_VIEW 4 | 
Definition at line 64 of file vtkCoordinate.h.
| #define VTK_WORLD 5 | 
Definition at line 65 of file vtkCoordinate.h.
| #define VTK_USERDEFINED 6 | 
Definition at line 66 of file vtkCoordinate.h.
 1.7.5.1
 1.7.5.1