Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

Common/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.

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


Define Documentation

#define VTK_DISPLAY   0
 

Definition at line 76 of file vtkCoordinate.h.

Referenced by vtkCoordinate::SetCoordinateSystemToDisplay().

#define VTK_NORMALIZED_DISPLAY   1
 

Definition at line 77 of file vtkCoordinate.h.

Referenced by vtkCoordinate::SetCoordinateSystemToNormalizedDisplay().

#define VTK_VIEWPORT   2
 

Definition at line 78 of file vtkCoordinate.h.

Referenced by vtkCoordinate::SetCoordinateSystemToViewport().

#define VTK_NORMALIZED_VIEWPORT   3
 

Definition at line 79 of file vtkCoordinate.h.

Referenced by vtkCoordinate::SetCoordinateSystemToNormalizedViewport().

#define VTK_VIEW   4
 

Definition at line 80 of file vtkCoordinate.h.

Referenced by vtkCoordinate::SetCoordinateSystemToView().

#define VTK_WORLD   5
 

Definition at line 81 of file vtkCoordinate.h.

Referenced by vtkCoordinate::SetCoordinateSystemToWorld().

#define VTK_USERDEFINED   6
 

Definition at line 82 of file vtkCoordinate.h.