#include <vtkOrderedCompositeDistributor.h>
Public Member Functions | |
vtkTypeRevisionMacro (vtkOrderedCompositeDistributor, vtkPointSetAlgorithm) | |
virtual void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | SetPKdTree (vtkPKdTree *) |
virtual vtkPKdTree * | GetPKdTree () |
virtual void | SetController (vtkMultiProcessController *) |
virtual vtkMultiProcessController * | GetController () |
virtual void | SetPassThrough (int) |
virtual int | GetPassThrough () |
virtual void | PassThroughOn () |
virtual void | PassThroughOff () |
virtual void | SetOutputType (const char *) |
virtual char * | GetOutputType () |
virtual vtkDistributedDataFilter * | GetD3 () |
virtual void | SetD3 (vtkDistributedDataFilter *) |
virtual vtkDataSetSurfaceFilter * | GetToPolyData () |
virtual void | SetToPolyData (vtkDataSetSurfaceFilter *) |
Static Public Member Functions | |
vtkOrderedCompositeDistributor * | New () |
Protected Member Functions | |
vtkOrderedCompositeDistributor () | |
~vtkOrderedCompositeDistributor () | |
int | FillInputPortInformation (int port, vtkInformation *info) |
int | RequestDataObject (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
int | RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
virtual void | ReportReferences (vtkGarbageCollector *collector) |
Protected Attributes | |
vtkPKdTree * | PKdTree |
vtkMultiProcessController * | Controller |
vtkDistributedDataFilter * | D3 |
vtkDataSetSurfaceFilter * | ToPolyData |
int | PassThrough |
char * | OutputType |
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 50 of file vtkOrderedCompositeDistributor.h.
|
|
|
|
|
|
|
|
|
|
|
Set the vtkPKdTree to distribute with. |
|
Set the vtkPKdTree to distribute with. |
|
Set/get the controller to distribute with. |
|
Set/get the controller to distribute with. |
|
When on, data is passed through without compositing. |
|
When on, data is passed through without compositing. |
|
When on, data is passed through without compositing. |
|
When on, data is passed through without compositing. |
|
When non-null, the output will be converted to the given type. |
|
When non-null, the output will be converted to the given type. |
|
Set/get some internal filters. |
|
Set/get some internal filters. |
|
Set/get some internal filters. |
|
Set/get some internal filters. |
|
|
|
|
|
|
|
|
|
Definition at line 94 of file vtkOrderedCompositeDistributor.h. |
|
Definition at line 95 of file vtkOrderedCompositeDistributor.h. |
|
Definition at line 97 of file vtkOrderedCompositeDistributor.h. |
|
Definition at line 98 of file vtkOrderedCompositeDistributor.h. |
|
Definition at line 100 of file vtkOrderedCompositeDistributor.h. |
|
Definition at line 111 of file vtkOrderedCompositeDistributor.h. |