#include "vtkObject.h"
Go to the source code of this file.
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 |
|
Definition at line 64 of file vtkCoordinate.h. Referenced by vtkCoordinate::SetCoordinateSystemToDisplay(). |
|
Definition at line 65 of file vtkCoordinate.h. Referenced by vtkCoordinate::SetCoordinateSystemToNormalizedDisplay(). |
|
Definition at line 66 of file vtkCoordinate.h. Referenced by vtkCoordinate::SetCoordinateSystemToViewport(). |
|
Definition at line 67 of file vtkCoordinate.h. Referenced by vtkCoordinate::SetCoordinateSystemToNormalizedViewport(). |
|
Definition at line 68 of file vtkCoordinate.h. Referenced by vtkCoordinate::SetCoordinateSystemToView(). |
|
Definition at line 69 of file vtkCoordinate.h. Referenced by vtkCoordinate::SetCoordinateSystemToWorld(). |
|
Definition at line 70 of file vtkCoordinate.h. |