28 #ifndef vtkTransformCoordinateSystems_h
29 #define vtkTransformCoordinateSystems_h
31 #include "vtkRenderingCoreModule.h"
59 vtkGetMacro(InputCoordinateSystem,
int);
65 { this->SetInputCoordinateSystem(
VTK_WORLD); }
75 vtkGetMacro(OutputCoordinateSystem,
int);
81 { this->SetOutputCoordinateSystem(
VTK_WORLD); }
103 ~vtkTransformCoordinateSystems() VTK_OVERRIDE;
107 int InputCoordinateSystem;
108 int OutputCoordinateSystem;
109 vtkViewport* Viewport;
114 vtkTransformCoordinateSystems(const vtkTransformCoordinateSystems&) VTK_DELETE_FUNCTION;
115 void operator=(const vtkTransformCoordinateSystems&) VTK_DELETE_FUNCTION;
vtkTypeUInt32 vtkMTimeType
abstract specification for Viewports
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
a simple class to control print indentation
virtual vtkMTimeType GetMTime()
Return this object's modified time.
Superclass for algorithms that produce output of the same type as input.
perform coordinate transformation, and represent position, in a variety of vtk coordinate systems ...
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
static vtkPointSetAlgorithm * New()