40 #ifndef __vtkTransformTextureCoords_h
41 #define __vtkTransformTextureCoords_h
59 vtkSetVector3Macro(Position,
double);
60 vtkGetVectorMacro(Position,
double,3);
66 void AddPosition(
double deltaR,
double deltaS,
double deltaT);
67 void AddPosition(
double deltaPosition[3]);
73 vtkSetVector3Macro(Scale,
double);
74 vtkGetVectorMacro(Scale,
double,3);
82 vtkSetVector3Macro(Origin,
double);
83 vtkGetVectorMacro(Origin,
double,3);
89 vtkSetMacro(FlipR,
int);
90 vtkGetMacro(FlipR,
int);
91 vtkBooleanMacro(FlipR,
int);
97 vtkSetMacro(FlipS,
int);
98 vtkGetMacro(FlipS,
int);
99 vtkBooleanMacro(FlipS,
int);
105 vtkSetMacro(FlipT,
int);
106 vtkGetMacro(FlipT,
int);
107 vtkBooleanMacro(FlipT,
int);
~vtkTransformTextureCoords()
a simple class to control print indentation
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
transform (scale, rotate, translate) texture coordinates
void PrintSelf(ostream &os, vtkIndent indent)
Superclass for algorithms that produce output of the same type as input.
static vtkDataSetAlgorithm * New()