vtkTriangleStrip - a cell that represents a triangle strip
Super Class: vtkCell
Description:
vtkTriangleStrip is a concrete implementation of vtkCell to represent a 2D triangle strip. A triangle strip is a compact representation of triangles connected edge to edge in strip fashion. The connectivity of a triangle strip is three points defining an initial triangle, then for each additional triangle, a single point that, combined with the previous two points, defines the next triangle.
Methods:
Detailed Method Descriptions:
int GetParametricCenter (float ) |
void DecomposeStrip (int ,int * ,vtkCellArray *) |
int CellBoundary (int ,float ,vtkIdList &) |