ParaView
Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes
vtkPriorityHelper Class Reference

partially updates the input More...

#include <vtkPriorityHelper.h>

Inheritance diagram for vtkPriorityHelper:
Inheritance graph
[legend]
Collaboration diagram for vtkPriorityHelper:
Collaboration graph
[legend]

List of all members.

Public Member Functions

virtual const char * GetClassName ()
virtual int IsA (const char *type)
void SetInputConnection (vtkAlgorithmOutput *input)
vtkDataObjectGetDataObject ()
void Update ()
int SetSplitUpdateExtent (int port, int processors, int numProcessors, int pass, int numPasses, double resolution)

Static Public Member Functions

static vtkPriorityHelperNew ()
static int IsTypeOf (const char *type)
static vtkPriorityHelperSafeDownCast (vtkObject *o)

Protected Member Functions

 vtkPriorityHelper ()
 ~vtkPriorityHelper ()

Protected Attributes

vtkAlgorithmInput
int Port

Detailed Description

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.


Constructor & Destructor Documentation

vtkPriorityHelper::vtkPriorityHelper ( ) [protected]
vtkPriorityHelper::~vtkPriorityHelper ( ) [protected]

Member Function Documentation

static vtkPriorityHelper* vtkPriorityHelper::New ( ) [static]

Reimplemented from vtkObject.

virtual const char* vtkPriorityHelper::GetClassName ( ) [virtual]

Reimplemented from vtkObject.

static int vtkPriorityHelper::IsTypeOf ( const char *  type) [static]

Reimplemented from vtkObject.

virtual int vtkPriorityHelper::IsA ( const char *  type) [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.


Member Data Documentation

Definition at line 62 of file vtkPriorityHelper.h.

Definition at line 63 of file vtkPriorityHelper.h.


The documentation for this class was generated from the following file: