vtkDataSetSurfaceFilter

Section: Visualization Toolkit Graphics Classes

Usage

vtkDataSetSurfaceFilter is a faster version of vtkGeometry filter, but it does not have an option to select bounds. It may use more memory than vtkGeometryFilter. It only has one option: whether to use triangle strips when the input type is structured.

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

  obj = vtkDataSetSurfaceFilter

Methods

The class vtkDataSetSurfaceFilter 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 vtkDataSetSurfaceFilter class.