#include <vtkPVDuplicatePolyData.h>
Collaboration diagram for vtkPVDuplicatePolyData:

Public Member Functions | |
| vtkTypeRevisionMacro (vtkPVDuplicatePolyData, vtkPolyDataToPolyDataFilter) | |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| void | InitializeSchedule (int numTiles) |
| virtual void | SetController (vtkMultiProcessController *) |
| virtual vtkMultiProcessController * | GetController () |
| vtkSocketController * | GetSocketController () |
| void | SetSocketController (vtkSocketController *controller) |
| virtual void | SetClientFlag (int) |
| virtual int | GetClientFlag () |
| virtual void | SetPassThrough (int) |
| virtual int | GetPassThrough () |
| virtual void | PassThroughOn () |
| virtual void | PassThroughOff () |
| virtual void | SetZeroEmpty (int) |
| virtual int | GetZeroEmpty () |
| virtual void | ZeroEmptyOn () |
| virtual void | ZeroEmptyOff () |
Static Public Member Functions | |
| vtkPVDuplicatePolyData * | New () |
Protected Member Functions | |
| vtkPVDuplicatePolyData () | |
| ~vtkPVDuplicatePolyData () | |
| void | ComputeInputUpdateExtents (vtkDataObject *output) |
| void | Execute () |
| void | ClientExecute (vtkMultiProcessController *controller) |
| void | ExecuteInformation () |
Protected Attributes | |
| vtkMultiProcessController * | Controller |
| vtkTiledDisplaySchedule * | Schedule |
| vtkSocketController * | SocketController |
| int | ClientFlag |
| int | PassThrough |
| int | ZeroEmpty |
This filter collects polydata from all nodes and duplicates it on every display node. Converts data parallel so every display node has a complete copy of the data. The filter is used at the end of a pipeline for driving a tiled display. This filter does not duplicate if the data will be over a specified threshold memory size.
Definition at line 41 of file vtkPVDuplicatePolyData.h.
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
|
By defualt this filter uses the global controller, but this method can be used to set another instead. |
|
|
By defualt this filter uses the global controller, but this method can be used to set another instead. |
|
|
|
|
|
This duplicate filter works in client server mode when this controller is set. We have a client flag to diferentiate the client and server because the socket controller is odd: Both processes think their id is 0. Definition at line 62 of file vtkPVDuplicatePolyData.h. |
|
|
This duplicate filter works in client server mode when this controller is set. We have a client flag to diferentiate the client and server because the socket controller is odd: Both processes think their id is 0. |
|
|
This duplicate filter works in client server mode when this controller is set. We have a client flag to diferentiate the client and server because the socket controller is odd: Both processes think their id is 0. |
|
|
This duplicate filter works in client server mode when this controller is set. We have a client flag to diferentiate the client and server because the socket controller is odd: Both processes think their id is 0. |
|
|
Turn the filter on or off. ParaView disable this filter when it will use compositing instead of local rendering. This flag is off by default. |
|
|
Turn the filter on or off. ParaView disable this filter when it will use compositing instead of local rendering. This flag is off by default. |
|
|
Turn the filter on or off. ParaView disable this filter when it will use compositing instead of local rendering. This flag is off by default. |
|
|
Turn the filter on or off. ParaView disable this filter when it will use compositing instead of local rendering. This flag is off by default. |
|
|
This flag should be set on all processes when MPI root is used as client. |
|
|
This flag should be set on all processes when MPI root is used as client. |
|
|
This flag should be set on all processes when MPI root is used as client. |
|
|
This flag should be set on all processes when MPI root is used as client. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 95 of file vtkPVDuplicatePolyData.h. |
|
|
Definition at line 96 of file vtkPVDuplicatePolyData.h. |
|
|
Definition at line 99 of file vtkPVDuplicatePolyData.h. |
|
|
Definition at line 100 of file vtkPVDuplicatePolyData.h. |
|
|
Definition at line 102 of file vtkPVDuplicatePolyData.h. |
|
|
Definition at line 103 of file vtkPVDuplicatePolyData.h. |
1.3.5