vtkTransformTextureCoords - transform (scale, rotate, translate) texture coordinates
Super Class: vtkDataSetToDataSetFilter
Description:
vtkTransformTextureCoords is a filter that operates on texture coordinates. It ingests any type of dataset, and outputs a dataset of the same type. The filter lets you scale, translate, and rotate texture coordinates. For example, by using the the Scale ivar, you can shift texture coordinates that range from (0->1) to range from (0->10) (useful for repeated patterns). The filter operates on texture coordinates of dimension 1->3. The texture coordinates are referred to as r-s-t. If the texture map is two dimensional, the t-coordinate (and operations on the t-coordinate) are ignored.
See Also:
vtkTextureMapToPlane vtkTextureMapToBox vtkTextureMapToCylinder vtkTextureMapToSphere vtkThresholdTextureCoords vtkTexture vtkTCoords
Methods:
void vtkTransformTextureCoords () | |
const char *GetClassName () | |
void PrintSelf (unknown & ,vtkIndent ) | |
static vtkTransformTextureCoords *New () | |
void SetPosition (float ,float ,float ) | |
void SetPosition (float *) | |
float *GetPosition () | |
void AddPosition (float ,float ,float ) | |
void AddPosition (float ) | |
void SetScale (float ,float ,float ) | |
void SetScale (float *) | |
float *GetScale () | |
void SetOrigin (float ,float ,float ) | |
void SetOrigin (float *) | |
float *GetOrigin () | |
void SetFlipR (int ) | |
int GetFlipR () | |
void FlipROn () | |
void FlipROff () | |
void SetFlipS (int ) | |
int GetFlipS () | |
void FlipSOn () | |
void FlipSOff () | |
void SetFlipT (int ) | |
int GetFlipT () | |
void FlipTOn () | |
void FlipTOff () | |
void Execute () |
Detailed Method Descriptions:
static vtkTransformTextureCoords *New () |
void SetPosition (float ,float ,float ) | |
void SetPosition (float *) | |
float *GetPosition () |
void AddPosition (float ,float ,float ) | |
void AddPosition (float ) |
void SetScale (float ,float ,float ) | |
void SetScale (float *) | |
float *GetScale () |
void SetOrigin (float ,float ,float ) | |
void SetOrigin (float *) | |
float *GetOrigin () |
void SetFlipR (int ) | |
int GetFlipR () | |
void FlipROn () | |
void FlipROff () | |
void SetFlipS (int ) | |
int GetFlipS () | |
void FlipSOn () | |
void FlipSOff () |
void SetFlipT (int ) | |
int GetFlipT () | |
void FlipTOn () | |
void FlipTOff () |