vtkDepthSortPolyData

Section: Visualization Toolkit Hybrid Classes

Usage

vtkDepthSortPolyData rearranges the order of cells so that certain rendering operations (e.g., transparency or Painter's algorithms) generate correct results. To use this filter you must specify the direction vector along which to sort the cells. You can do this by specifying a camera and/or prop to define a view direction; or explicitly set a view direction.

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

  obj = vtkDepthSortPolyData

Methods

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