Collect distributed polydata.
More...
#include <vtkCollectPolyData.h>
Inherits vtkPolyDataAlgorithm.
Collect distributed polydata.
This filter has code to collect polydat from across processes onto node 0. Collection can be turned on or off using the "PassThrough" flag.
Definition at line 31 of file vtkCollectPolyData.h.
vtkCollectPolyData::vtkCollectPolyData |
( |
| ) |
|
|
protected |
vtkCollectPolyData::~vtkCollectPolyData |
( |
| ) |
|
|
protected |
static int vtkCollectPolyData::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
virtual int vtkCollectPolyData::IsA |
( |
const char * |
type | ) |
|
|
virtual |
virtual vtkObjectBase* vtkCollectPolyData::NewInstanceInternal |
( |
| ) |
const |
|
protectedvirtual |
void vtkCollectPolyData::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
virtual void vtkCollectPolyData::SetController |
( |
vtkMultiProcessController * |
| ) |
|
|
virtual |
By defualt this filter uses the global controller, but this method can be used to set another instead.
virtual vtkMultiProcessController* vtkCollectPolyData::GetController |
( |
| ) |
|
|
virtual |
By defualt this filter uses the global controller, but this method can be used to set another instead.
virtual void vtkCollectPolyData::SetSocketController |
( |
vtkSocketController * |
| ) |
|
|
virtual |
When this filter is being used in client-server mode, this is the controller used to communicate between client and server. Client should not set the other controller.
virtual vtkSocketController* vtkCollectPolyData::GetSocketController |
( |
| ) |
|
|
virtual |
When this filter is being used in client-server mode, this is the controller used to communicate between client and server. Client should not set the other controller.
virtual void vtkCollectPolyData::SetPassThrough |
( |
int |
| ) |
|
|
virtual |
To collect or just copy input to output. Off (collect) by default.
virtual int vtkCollectPolyData::GetPassThrough |
( |
| ) |
|
|
virtual |
To collect or just copy input to output. Off (collect) by default.
virtual void vtkCollectPolyData::PassThroughOn |
( |
| ) |
|
|
virtual |
To collect or just copy input to output. Off (collect) by default.
virtual void vtkCollectPolyData::PassThroughOff |
( |
| ) |
|
|
virtual |
To collect or just copy input to output. Off (collect) by default.
virtual int vtkCollectPolyData::RequestUpdateExtent |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| |
|
protectedvirtual |
virtual int vtkCollectPolyData::RequestData |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| |
|
protectedvirtual |
virtual int vtkCollectPolyData::RequestInformation |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| |
|
protectedvirtual |
int vtkCollectPolyData::PassThrough |
|
protected |
vtkMultiProcessController* vtkCollectPolyData::Controller |
|
protected |
vtkSocketController* vtkCollectPolyData::SocketController |
|
protected |
The documentation for this class was generated from the following file: