VTK  9.1.0
Classes | Macros
vtkCoordinate.h File Reference
#include "vtkObject.h"
#include "vtkRenderingCoreModule.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.

Classes

class  vtkCoordinate
 perform coordinate transformation, and represent position, in a variety of vtk coordinate systems More...
 

Macros

#define VTK_DISPLAY   0
 
#define VTK_NORMALIZED_DISPLAY   1
 
#define VTK_VIEWPORT   2
 
#define VTK_NORMALIZED_VIEWPORT   3
 
#define VTK_VIEW   4
 
#define VTK_POSE   5
 
#define VTK_WORLD   6
 
#define VTK_USERDEFINED   7
 

Macro Definition Documentation

◆ VTK_DISPLAY

#define VTK_DISPLAY   0

Definition at line 176 of file vtkCoordinate.h.

◆ VTK_NORMALIZED_DISPLAY

#define VTK_NORMALIZED_DISPLAY   1

Definition at line 177 of file vtkCoordinate.h.

◆ VTK_VIEWPORT

#define VTK_VIEWPORT   2

Definition at line 178 of file vtkCoordinate.h.

◆ VTK_NORMALIZED_VIEWPORT

#define VTK_NORMALIZED_VIEWPORT   3

Definition at line 179 of file vtkCoordinate.h.

◆ VTK_VIEW

#define VTK_VIEW   4

Definition at line 180 of file vtkCoordinate.h.

◆ VTK_POSE

#define VTK_POSE   5

Definition at line 181 of file vtkCoordinate.h.

◆ VTK_WORLD

#define VTK_WORLD   6

Definition at line 182 of file vtkCoordinate.h.

◆ VTK_USERDEFINED

#define VTK_USERDEFINED   7

Definition at line 183 of file vtkCoordinate.h.