vtkTriangleStrip

Section: Visualization Toolkit Filtering Classes

Usage

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.

To create an instance of class vtkTriangleStrip, simply invoke its constructor as follows

  obj = vtkTriangleStrip

Methods

The class vtkTriangleStrip has several methods that can be used. They are listed below. Note that the documentation is translated automatically from the VTK sources, and may not be completely intelligible. When in doubt, consult the VTK website. In the methods listed below, obj is an instance of the vtkTriangleStrip class.