|
ParaView
|
#include <vtkOrderedCompositeDistributor.h>


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 52 of file vtkOrderedCompositeDistributor.h.
| vtkOrderedCompositeDistributor::vtkOrderedCompositeDistributor | ( | ) | [protected] |
| vtkOrderedCompositeDistributor::~vtkOrderedCompositeDistributor | ( | ) | [protected] |
| virtual const char* vtkOrderedCompositeDistributor::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkPointSetAlgorithm.
| static int vtkOrderedCompositeDistributor::IsTypeOf | ( | const char * | type | ) | [static] |
Reimplemented from vtkPointSetAlgorithm.
| virtual int vtkOrderedCompositeDistributor::IsA | ( | const char * | type | ) | [virtual] |
Reimplemented from vtkPointSetAlgorithm.
| static vtkOrderedCompositeDistributor* vtkOrderedCompositeDistributor::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkPointSetAlgorithm.
| static vtkOrderedCompositeDistributor* vtkOrderedCompositeDistributor::New | ( | ) | [static] |
Reimplemented from vtkPointSetAlgorithm.
| virtual void vtkOrderedCompositeDistributor::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) | [virtual] |
Reimplemented from vtkPointSetAlgorithm.
| virtual void vtkOrderedCompositeDistributor::SetPKdTree | ( | vtkPKdTree * | ) | [virtual] |
Set the vtkPKdTree to distribute with.
| virtual vtkPKdTree* vtkOrderedCompositeDistributor::GetPKdTree | ( | ) | [virtual] |
Set the vtkPKdTree to distribute with.
| virtual void vtkOrderedCompositeDistributor::SetController | ( | vtkMultiProcessController * | ) | [virtual] |
Set/get the controller to distribute with.
| virtual vtkMultiProcessController* vtkOrderedCompositeDistributor::GetController | ( | ) | [virtual] |
Set/get the controller to distribute with.
| virtual void vtkOrderedCompositeDistributor::SetPassThrough | ( | int | ) | [virtual] |
When on, data is passed through without compositing.
| virtual int vtkOrderedCompositeDistributor::GetPassThrough | ( | ) | [virtual] |
When on, data is passed through without compositing.
| virtual void vtkOrderedCompositeDistributor::PassThroughOn | ( | ) | [virtual] |
When on, data is passed through without compositing.
| virtual void vtkOrderedCompositeDistributor::PassThroughOff | ( | ) | [virtual] |
When on, data is passed through without compositing.
| virtual void vtkOrderedCompositeDistributor::SetOutputType | ( | const char * | ) | [virtual] |
When non-null, the output will be converted to the given type.
| virtual char* vtkOrderedCompositeDistributor::GetOutputType | ( | ) | [virtual] |
When non-null, the output will be converted to the given type.
| virtual vtkDataSetSurfaceFilter* vtkOrderedCompositeDistributor::GetToPolyData | ( | ) | [virtual] |
| virtual void vtkOrderedCompositeDistributor::SetToPolyData | ( | vtkDataSetSurfaceFilter * | ) | [virtual] |
| int vtkOrderedCompositeDistributor::FillInputPortInformation | ( | int | port, |
| vtkInformation * | info | ||
| ) | [protected, virtual] |
Reimplemented from vtkPointSetAlgorithm.
| int vtkOrderedCompositeDistributor::RequestDataObject | ( | vtkInformation * | , |
| vtkInformationVector ** | , | ||
| vtkInformationVector * | |||
| ) | [protected, virtual] |
Reimplemented from vtkPointSetAlgorithm.
| int vtkOrderedCompositeDistributor::RequestData | ( | vtkInformation * | , |
| vtkInformationVector ** | , | ||
| vtkInformationVector * | |||
| ) | [protected, virtual] |
Reimplemented from vtkPointSetAlgorithm.
| virtual void vtkOrderedCompositeDistributor::ReportReferences | ( | vtkGarbageCollector * | collector | ) | [protected, virtual] |
Reimplemented from vtkAlgorithm.
vtkPKdTree* vtkOrderedCompositeDistributor::PKdTree [protected] |
Definition at line 98 of file vtkOrderedCompositeDistributor.h.
Definition at line 99 of file vtkOrderedCompositeDistributor.h.
Definition at line 104 of file vtkOrderedCompositeDistributor.h.
int vtkOrderedCompositeDistributor::PassThrough [protected] |
Definition at line 106 of file vtkOrderedCompositeDistributor.h.
char* vtkOrderedCompositeDistributor::OutputType [protected] |
Definition at line 117 of file vtkOrderedCompositeDistributor.h.
vtkDataSet* vtkOrderedCompositeDistributor::LastInput [protected] |
Definition at line 119 of file vtkOrderedCompositeDistributor.h.
vtkDataSet* vtkOrderedCompositeDistributor::LastOutput [protected] |
Definition at line 120 of file vtkOrderedCompositeDistributor.h.
vtkBSPCuts* vtkOrderedCompositeDistributor::LastCuts [protected] |
Definition at line 121 of file vtkOrderedCompositeDistributor.h.
Definition at line 122 of file vtkOrderedCompositeDistributor.h.
1.7.5.1