30 #ifndef __vtkTransformCoordinateSystems_h
31 #define __vtkTransformCoordinateSystems_h
53 vtkSetMacro(InputCoordinateSystem,
int);
54 vtkGetMacro(InputCoordinateSystem,
int);
60 {this->SetInputCoordinateSystem(
VTK_WORLD);}
67 vtkSetMacro(OutputCoordinateSystem,
int);
68 vtkGetMacro(OutputCoordinateSystem,
int);
74 {this->SetOutputCoordinateSystem(
VTK_WORLD);}