45#ifndef vtkTransformTextureCoords_h
46#define vtkTransformTextureCoords_h
49#include "vtkFiltersTextureModule.h"
51VTK_ABI_NAMESPACE_BEGIN
69 vtkSetVector3Macro(Position,
double);
70 vtkGetVectorMacro(Position,
double, 3);
78 void AddPosition(
double deltaR,
double deltaS,
double deltaT);
87 vtkSetVector3Macro(Scale,
double);
88 vtkGetVectorMacro(Scale,
double, 3);
98 vtkSetVector3Macro(Origin,
double);
99 vtkGetVectorMacro(Origin,
double, 3);
Superclass for algorithms that produce output of the same type as input.
a simple class to control print indentation
transform (scale, rotate, translate) texture coordinates
static vtkTransformTextureCoords * New()
Create instance with Origin (0.5,0.5,0.5); Position (0,0,0); and Scale set to (1,1,...
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkTransformTextureCoords()
~vtkTransformTextureCoords() override=default
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called within ProcessRequest when a request asks the algorithm to do its work.
void AddPosition(double deltaR, double deltaS, double deltaT)
Incrementally change the position of the texture map (i.e., does a translate or shift of the texture ...
void AddPosition(double deltaPosition[3])
Incrementally change the position of the texture map (i.e., does a translate or shift of the texture ...