#include "vtkObject.h"
Include dependency graph for vtkCoordinate.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Compounds | |
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 |
|
Definition at line 76 of file vtkCoordinate.h. Referenced by vtkCoordinate::SetCoordinateSystemToDisplay(). |
|
Definition at line 77 of file vtkCoordinate.h. Referenced by vtkCoordinate::SetCoordinateSystemToNormalizedDisplay(). |
|
Definition at line 78 of file vtkCoordinate.h. Referenced by vtkCoordinate::SetCoordinateSystemToViewport(). |
|
Definition at line 79 of file vtkCoordinate.h. Referenced by vtkCoordinate::SetCoordinateSystemToNormalizedViewport(). |
|
Definition at line 80 of file vtkCoordinate.h. Referenced by vtkCoordinate::SetCoordinateSystemToView(). |
|
Definition at line 81 of file vtkCoordinate.h. Referenced by vtkCoordinate::SetCoordinateSystemToWorld(). |
|
Definition at line 82 of file vtkCoordinate.h. |