vtkExtractCTHPart

Section: Visualization Toolkit Parallel Classes

Usage

vtkExtractCTHPart is a filter that is specialized for creating visualization of a CTH simulation. First it converts the cell data to point data. It contours the selected volume fraction at a value of 0.5. The user has the option of clipping the part with a plane. Clipped surfaces of the part are generated.

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

  obj = vtkExtractCTHPart

Methods

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