#include <vtkTemporalPickFilter.h>
Public Member Functions | |
vtkTypeRevisionMacro (vtkTemporalPickFilter, vtkDataSetAlgorithm) | |
void | PrintSelf (ostream &os, vtkIndent indent) |
void | AnimateInit () |
void | AnimateTick (double TheTime) |
virtual void | SetPointOrCell (int) |
virtual int | GetPointOrCell () |
virtual void | PointOrCellOn () |
virtual void | PointOrCellOff () |
virtual void | SetController (vtkMultiProcessController *) |
virtual vtkMultiProcessController * | GetController () |
Static Public Member Functions | |
vtkTemporalPickFilter * | New () |
Protected Member Functions | |
vtkTemporalPickFilter () | |
~vtkTemporalPickFilter () | |
virtual int | FillOutputPortInformation (int, vtkInformation *) |
virtual int | RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
Protected Attributes | |
vtkUnstructuredGrid * | History |
bool | Empty |
int | PointOrCell |
vtkMultiProcessController * | Controller |
int | HasAllData |
On each animate callback, this filter records the input's first point or cell attribute data and the current time. This filter is intended to take in the output of the vtkPickFilter and to feed the XYPlotActor, in order to show the transient behavior of a element over time. See also vtkTemporalProbeFilter.h
Definition at line 32 of file vtkTemporalPickFilter.h.
|
|
|
|
|
|
|
|
|
Constructor |
|
Resets, and prepares to begin recording the input data in an animation. |
|
Records the input data at this point in time. |
|
Select whether you are probing point(0) or cell(1) data. The default value of this flag is off (points). |
|
Select whether you are probing point(0) or cell(1) data. The default value of this flag is off (points). |
|
Select whether you are probing point(0) or cell(1) data. The default value of this flag is off (points). |
|
Select whether you are probing point(0) or cell(1) data. The default value of this flag is off (points). |
|
Set and get the controller. |
|
Set and get the controller. |
|
|
|
|
|
Definition at line 70 of file vtkTemporalPickFilter.h. |
|
Definition at line 73 of file vtkTemporalPickFilter.h. |
|
Definition at line 75 of file vtkTemporalPickFilter.h. |
|
Definition at line 77 of file vtkTemporalPickFilter.h. |
|
Definition at line 79 of file vtkTemporalPickFilter.h. |