38 #ifndef vtkTransformTextureCoords_h
39 #define vtkTransformTextureCoords_h
42 #include "vtkFiltersTextureModule.h"
61 vtkSetVector3Macro(
Position,
double);
62 vtkGetVectorMacro(
Position,
double, 3);
70 void AddPosition(
double deltaR,
double deltaS,
double deltaT);
71 void AddPosition(
double deltaPosition[3]);
79 vtkSetVector3Macro(Scale,
double);
80 vtkGetVectorMacro(Scale,
double, 3);
90 vtkSetVector3Macro(Origin,
double);
91 vtkGetVectorMacro(Origin,
double, 3);
struct Position_t Position
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 int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called within ProcessRequest when a request asks the algorithm to do its work.
transform (scale, rotate, translate) texture coordinates
Superclass for algorithms that produce output of the same type as input.
static vtkDataSetAlgorithm * New()