vtkTCoords - represent and manipulate texture coordinates
Super Class: vtkAttributeData
Description:
vtkTCoords represents and manipulates 1D, 2D, or 3D texture coordinates. Texture coordinates are 1D (s), 2D (s,t), or 3D (r,s,t) parametric values that map geometry into regular 1D, 2D, or 3D arrays of color and/or transparency values. During rendering the array are mapped onto the geometry for fast image detailing.
Methods:
void vtkTCoords (int ,int ) | |
static vtkTCoords *New (int ,int ) | |
const char *GetClassName () | |
void PrintSelf (unknown & ,vtkIndent ) | |
void SetData (vtkDataArray *) | |
vtkAttributeData *MakeObject () | |
int GetNumberOfTCoords () | |
float *GetTCoord (int ) | |
void GetTCoord (int ,float ) | |
void SetNumberOfTCoords (int ) | |
void SetTCoord (int ,float ) | |
void InsertTCoord (int ,float ) | |
void InsertTCoord (int ,float ,float ,float ) | |
int InsertNextTCoord (float ) | |
int InsertNextTCoord (float ,float ,float ) | |
void SetNumberOfComponents (int ) | |
int GetNumberOfComponents () | |
void GetTCoords (vtkIdList * ,vtkTCoords *) | |
void GetTCoords (vtkIdList & ,vtkTCoords &) |
Detailed Method Descriptions:
void SetData (vtkDataArray *) |
vtkAttributeData *MakeObject () |
int GetNumberOfTCoords () |
float *GetTCoord (int ) |
void GetTCoord (int ,float ) |
void SetNumberOfTCoords (int ) |
void SetTCoord (int ,float ) |
void InsertTCoord (int ,float ) |
void InsertTCoord (int ,float ,float ,float ) |
int InsertNextTCoord (float ) | |
int InsertNextTCoord (float ,float ,float ) |
void SetNumberOfComponents (int ) |
int GetNumberOfComponents () | |
void GetTCoords (vtkIdList * ,vtkTCoords *) |
void GetTCoords (vtkIdList & ,vtkTCoords &) |