ParaView
|
This class distributes data for use with ordered compositing (i.e. More...
#include <vtkOrderedCompositeDistributor.h>
Inherits vtkPointSetAlgorithm.
Public Types | |
typedef vtkPointSetAlgorithm | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
virtual void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | SetPKdTree (vtkPKdTree *) |
Set the vtkPKdTree to distribute with. More... | |
virtual vtkPKdTree * | GetPKdTree () |
Set the vtkPKdTree to distribute with. More... | |
virtual void | SetController (vtkMultiProcessController *) |
Set/get the controller to distribute with. More... | |
virtual vtkMultiProcessController * | GetController () |
Set/get the controller to distribute with. More... | |
virtual void | SetPassThrough (bool) |
When on, data is passed through without compositing. More... | |
virtual bool | GetPassThrough () |
When on, data is passed through without compositing. More... | |
virtual void | PassThroughOn () |
When on, data is passed through without compositing. More... | |
virtual void | PassThroughOff () |
When on, data is passed through without compositing. More... | |
virtual void | SetOutputType (const char *) |
When non-null, the output will be converted to the given type. More... | |
virtual char * | GetOutputType () |
When non-null, the output will be converted to the given type. More... | |
Static Public Member Functions | |
static int | IsTypeOf (const char *type) |
static vtkOrderedCompositeDistributor * | SafeDownCast (vtkObject *o) |
static vtkOrderedCompositeDistributor * | New () |
Protected Member Functions | |
vtkOrderedCompositeDistributor () | |
~vtkOrderedCompositeDistributor () | |
int | FillInputPortInformation (int port, vtkInformation *info) |
int | RequestDataObject (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
int | RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
Protected Attributes | |
char * | OutputType |
bool | PassThrough |
vtkPKdTree * | PKdTree |
vtkMultiProcessController * | Controller |
This class distributes data for use with ordered compositing (i.e.
with IceT). The composite distributor takes the same vtkPKdTree that IceT and will use that to distribute the data.
Input poly data will be converted back to poly data on the output.
This class also has an optional pass through mode to make it easy to turn ordered compositing on and off.
Definition at line 54 of file vtkOrderedCompositeDistributor.h.
typedef vtkPointSetAlgorithm vtkOrderedCompositeDistributor::Superclass |
Definition at line 58 of file vtkOrderedCompositeDistributor.h.
|
protected |
|
protected |
|
virtual |
|
static |
|
virtual |
|
static |
|
static |
|
virtual |
|
virtual |
Set the vtkPKdTree to distribute with.
|
virtual |
Set the vtkPKdTree to distribute with.
|
virtual |
Set/get the controller to distribute with.
|
virtual |
Set/get the controller to distribute with.
|
virtual |
When on, data is passed through without compositing.
|
virtual |
When on, data is passed through without compositing.
|
virtual |
When on, data is passed through without compositing.
|
virtual |
When on, data is passed through without compositing.
|
virtual |
When non-null, the output will be converted to the given type.
|
virtual |
When non-null, the output will be converted to the given type.
|
protected |
|
protected |
|
protected |
|
protected |
Definition at line 99 of file vtkOrderedCompositeDistributor.h.
|
protected |
Definition at line 100 of file vtkOrderedCompositeDistributor.h.
|
protected |
Definition at line 101 of file vtkOrderedCompositeDistributor.h.
|
protected |
Definition at line 102 of file vtkOrderedCompositeDistributor.h.