vtkTemporalPathLineFilter

Section: Visualization Toolkit Graphics Classes

Usage

vtkTemporalPathLineFilter takes any dataset as input, it extracts the point locations of all cells over time to build up a polyline trail. The point number (index) is used as the 'key' if the points are randomly changing their respective order in the points list, then you should specify a scalar that represents the unique ID. This is intended to handle the output of a filter such as the TemporalStreamTracer.

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

  obj = vtkTemporalPathLineFilter

Methods

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