Main Page | Directories | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages

vtkCoordinate.h File Reference

#include "vtkObject.h"

Include dependency graph for vtkCoordinate.h:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

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 Documentation

#define VTK_DISPLAY   0
 

Definition at line 70 of file vtkCoordinate.h.

Referenced by vtkCoordinate::SetCoordinateSystemToDisplay().

#define VTK_NORMALIZED_DISPLAY   1
 

Definition at line 71 of file vtkCoordinate.h.

Referenced by vtkCoordinate::SetCoordinateSystemToNormalizedDisplay().

#define VTK_VIEWPORT   2
 

Definition at line 72 of file vtkCoordinate.h.

Referenced by vtkCoordinate::SetCoordinateSystemToViewport().

#define VTK_NORMALIZED_VIEWPORT   3
 

Definition at line 73 of file vtkCoordinate.h.

Referenced by vtkCoordinate::SetCoordinateSystemToNormalizedViewport().

#define VTK_VIEW   4
 

Definition at line 74 of file vtkCoordinate.h.

Referenced by vtkCoordinate::SetCoordinateSystemToView().

#define VTK_WORLD   5
 

Definition at line 75 of file vtkCoordinate.h.

Referenced by vtkCoordinate::SetCoordinateSystemToWorld().

#define VTK_USERDEFINED   6
 

Definition at line 76 of file vtkCoordinate.h.