|  | VTK
    9.0.1
    | 
 
 
 
Go to the documentation of this file.
   35 #ifndef vtkTransformTextureCoords_h 
   36 #define vtkTransformTextureCoords_h 
   39 #include "vtkFiltersTextureModule.h"  
   58   vtkSetVector3Macro(Position, 
double);
 
   59   vtkGetVectorMacro(Position, 
double, 3);
 
   67   void AddPosition(
double deltaR, 
double deltaS, 
double deltaT);
 
   68   void AddPosition(
double deltaPosition[3]);
 
   76   vtkSetVector3Macro(Scale, 
double);
 
   77   vtkGetVectorMacro(Scale, 
double, 3);
 
   87   vtkSetVector3Macro(Origin, 
double);
 
   88   vtkGetVectorMacro(Origin, 
double, 3);
 
  
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called within ProcessRequest when a request asks the algorithm to do its work.
Superclass for algorithms that produce output of the same type as input.
a simple class to control print indentation
static vtkDataSetAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
~vtkTransformTextureCoords() override
transform (scale, rotate, translate) texture coordinates