19 #ifndef vtkTransformCoordinateSystems_h
20 #define vtkTransformCoordinateSystems_h
24 #include "vtkRenderingCoreModule.h"
26 VTK_ABI_NAMESPACE_BEGIN
50 vtkSetMacro(InputCoordinateSystem,
int);
51 vtkGetMacro(InputCoordinateSystem,
int);
63 vtkSetMacro(OutputCoordinateSystem,
int);
64 vtkGetMacro(OutputCoordinateSystem,
int);
104 VTK_ABI_NAMESPACE_END
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
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 ...
static vtkPointSetAlgorithm * New()