#include <vtkDuplicatePolyData.h>
This filter collects poly data and duplicates it on every node. Converts data parallel so every node has a complete copy of the data. The filter is used at the end of a pipeline for driving a tiled display.
Definition at line 31 of file vtkDuplicatePolyData.h.
vtkDuplicatePolyData::vtkDuplicatePolyData | ( | ) | [protected] |
vtkDuplicatePolyData::~vtkDuplicatePolyData | ( | ) | [protected] |
static vtkDuplicatePolyData* vtkDuplicatePolyData::New | ( | ) | [static] |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkPolyDataAlgorithm.
virtual const char* vtkDuplicatePolyData::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkPolyDataAlgorithm.
static int vtkDuplicatePolyData::IsTypeOf | ( | const char * | name | ) | [static] |
Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h.
Reimplemented from vtkPolyDataAlgorithm.
virtual int vtkDuplicatePolyData::IsA | ( | const char * | name | ) | [virtual] |
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h.
Reimplemented from vtkPolyDataAlgorithm.
static vtkDuplicatePolyData* vtkDuplicatePolyData::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkPolyDataAlgorithm.
void vtkDuplicatePolyData::PrintSelf | ( | ostream & | os, | |
vtkIndent | indent | |||
) | [virtual] |
Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.
Reimplemented from vtkPolyDataAlgorithm.
virtual void vtkDuplicatePolyData::SetController | ( | vtkMultiProcessController * | ) | [virtual] |
By defualt this filter uses the global controller, but this method can be used to set another instead.
virtual vtkMultiProcessController* vtkDuplicatePolyData::GetController | ( | ) | [virtual] |
By defualt this filter uses the global controller, but this method can be used to set another instead.
void vtkDuplicatePolyData::InitializeSchedule | ( | int | numProcs | ) |
virtual void vtkDuplicatePolyData::SetSynchronous | ( | int | ) | [virtual] |
This flag causes sends and receives to be matched. When this flag is off, two sends occur then two receives. I want to see if it makes a difference in performance. The flag is on by default.
virtual int vtkDuplicatePolyData::GetSynchronous | ( | ) | [virtual] |
This flag causes sends and receives to be matched. When this flag is off, two sends occur then two receives. I want to see if it makes a difference in performance. The flag is on by default.
virtual void vtkDuplicatePolyData::SynchronousOn | ( | ) | [virtual] |
This flag causes sends and receives to be matched. When this flag is off, two sends occur then two receives. I want to see if it makes a difference in performance. The flag is on by default.
virtual void vtkDuplicatePolyData::SynchronousOff | ( | ) | [virtual] |
This flag causes sends and receives to be matched. When this flag is off, two sends occur then two receives. I want to see if it makes a difference in performance. The flag is on by default.
vtkSocketController* vtkDuplicatePolyData::GetSocketController | ( | ) | [inline] |
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: Proth processes think their id is 0.
Definition at line 61 of file vtkDuplicatePolyData.h.
void vtkDuplicatePolyData::SetSocketController | ( | vtkSocketController * | controller | ) |
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: Proth processes think their id is 0.
virtual void vtkDuplicatePolyData::SetClientFlag | ( | int | ) | [virtual] |
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: Proth processes think their id is 0.
virtual int vtkDuplicatePolyData::GetClientFlag | ( | ) | [virtual] |
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: Proth processes think their id is 0.
virtual unsigned long vtkDuplicatePolyData::GetMemorySize | ( | ) | [virtual] |
This returns to size of the output (on this process). This method is not really used. It is needed to have the same API as vtkCollectPolyData.
virtual int vtkDuplicatePolyData::RequestUpdateExtent | ( | vtkInformation * | , | |
vtkInformationVector ** | , | |||
vtkInformationVector * | ||||
) | [protected, virtual] |
This is called by the superclass. This is the method you should override.
Reimplemented from vtkPolyDataAlgorithm.
virtual int vtkDuplicatePolyData::RequestData | ( | vtkInformation * | request, | |
vtkInformationVector ** | inputVector, | |||
vtkInformationVector * | outputVector | |||
) | [protected, virtual] |
This is called by the superclass. This is the method you should override.
Reimplemented from vtkPolyDataAlgorithm.
void vtkDuplicatePolyData::ClientExecute | ( | vtkPolyData * | output | ) | [protected] |
virtual int vtkDuplicatePolyData::RequestInformation | ( | vtkInformation * | , | |
vtkInformationVector ** | , | |||
vtkInformationVector * | ||||
) | [protected, virtual] |
Reimplemented from vtkPolyDataAlgorithm.
Definition at line 84 of file vtkDuplicatePolyData.h.
int vtkDuplicatePolyData::Synchronous [protected] |
Definition at line 85 of file vtkDuplicatePolyData.h.
int vtkDuplicatePolyData::NumberOfProcesses [protected] |
Definition at line 87 of file vtkDuplicatePolyData.h.
int vtkDuplicatePolyData::ScheduleLength [protected] |
Definition at line 88 of file vtkDuplicatePolyData.h.
int** vtkDuplicatePolyData::Schedule [protected] |
Definition at line 89 of file vtkDuplicatePolyData.h.
Definition at line 92 of file vtkDuplicatePolyData.h.
int vtkDuplicatePolyData::ClientFlag [protected] |
Definition at line 93 of file vtkDuplicatePolyData.h.
unsigned long vtkDuplicatePolyData::MemorySize [protected] |
Definition at line 95 of file vtkDuplicatePolyData.h.