|
ParaView
|
partially updates the input More...
#include <vtkPriorityHelper.h>


Public Member Functions | |
| virtual const char * | GetClassName () |
| virtual int | IsA (const char *type) |
| void | SetInputConnection (vtkAlgorithmOutput *input) |
| vtkDataObject * | GetDataObject () |
| void | Update () |
| int | SetSplitUpdateExtent (int port, int processors, int numProcessors, int pass, int numPasses, double resolution) |
Static Public Member Functions | |
| static vtkPriorityHelper * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkPriorityHelper * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
| vtkPriorityHelper () | |
| ~vtkPriorityHelper () | |
Protected Attributes | |
| vtkAlgorithm * | Input |
| int | Port |
partially updates the input
When the servermanager drives the data processing pipeline, for example, when filling in the information tab, the streaming View plugin adds this to pipeline so that it can prevent whole data updates.
Definition at line 32 of file vtkPriorityHelper.h.
| vtkPriorityHelper::vtkPriorityHelper | ( | ) | [protected] |
| vtkPriorityHelper::~vtkPriorityHelper | ( | ) | [protected] |
| static vtkPriorityHelper* vtkPriorityHelper::New | ( | ) | [static] |
Reimplemented from vtkObject.
| virtual const char* vtkPriorityHelper::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkObject.
| static vtkPriorityHelper* vtkPriorityHelper::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkObject.
| void vtkPriorityHelper::SetInputConnection | ( | vtkAlgorithmOutput * | input | ) |
| int vtkPriorityHelper::SetSplitUpdateExtent | ( | int | port, |
| int | processors, | ||
| int | numProcessors, | ||
| int | pass, | ||
| int | numPasses, | ||
| double | resolution | ||
| ) |
Tell it what piece you want to get out of that filter.
| vtkDataObject* vtkPriorityHelper::GetDataObject | ( | ) |
Get the data produced.
| void vtkPriorityHelper::Update | ( | ) |
Update the pipeline.
vtkAlgorithm* vtkPriorityHelper::Input [protected] |
Definition at line 62 of file vtkPriorityHelper.h.
int vtkPriorityHelper::Port [protected] |
Definition at line 63 of file vtkPriorityHelper.h.
1.7.5.1