Go to the documentation of this file.
31 #ifndef vtkTransformCoordinateSystems_h
32 #define vtkTransformCoordinateSystems_h
34 #include "vtkRenderingCoreModule.h"
61 vtkSetMacro(InputCoordinateSystem,
int);
62 vtkGetMacro(InputCoordinateSystem,
int);
68 { this->SetInputCoordinateSystem(
VTK_WORLD); }
77 vtkSetMacro(OutputCoordinateSystem,
int);
78 vtkGetMacro(OutputCoordinateSystem,
int);
84 { this->SetOutputCoordinateSystem(
VTK_WORLD); }
Superclass for algorithms that produce output of the same type as input.
a simple class to control print indentation
perform coordinate transformation, and represent position, in a variety of vtk coordinate systems
abstract specification for Viewports
vtkTypeUInt32 vtkMTimeType