#include <vtkTemporalProbeFilter.h>
Public Member Functions | |
vtkTypeRevisionMacro (vtkTemporalProbeFilter, vtkDataSetAlgorithm) | |
void | PrintSelf (ostream &os, vtkIndent indent) |
void | AnimateInit () |
void | AnimateTick (double TheTime) |
virtual void | SetController (vtkMultiProcessController *) |
virtual vtkMultiProcessController * | GetController () |
Static Public Member Functions | |
vtkTemporalProbeFilter * | New () |
Protected Member Functions | |
vtkTemporalProbeFilter () | |
~vtkTemporalProbeFilter () | |
virtual int | FillOutputPortInformation (int, vtkInformation *) |
virtual int | RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
Protected Attributes | |
vtkPolyData * | History |
bool | Empty |
vtkMultiProcessController * | Controller |
On each animate callback, this filter records the input's first point attribute data and the current time. This filter is intended to take in the output of the vtkPProbeFilter and to feed the XYPlotActor, in order to show the transient behavior of a element over time. See also vtkTemporalPickFilter.h
Definition at line 32 of file vtkTemporalProbeFilter.h.
|
|
|
|
|
|
|
|
|
Constructor |
|
Resets, and prepares to begin recording the input data in an animation. |
|
Records the input data at this point in time. |
|
Set and get the controller. |
|
Set and get the controller. |
|
|
|
|
|
Definition at line 62 of file vtkTemporalProbeFilter.h. |
|
Definition at line 65 of file vtkTemporalProbeFilter.h. |
|
Definition at line 67 of file vtkTemporalProbeFilter.h. |