Collect distributed table.
More...
#include <vtkCollectTable.h>
Inherits vtkTableAlgorithm.
Collect distributed table.
This filter has code to collect a table from across processes onto node 0. Collection can be turned on or off using the "PassThrough" flag.
Definition at line 35 of file vtkCollectTable.h.
vtkCollectTable::vtkCollectTable |
( |
| ) |
|
|
protected |
vtkCollectTable::~vtkCollectTable |
( |
| ) |
|
|
protected |
static int vtkCollectTable::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
virtual int vtkCollectTable::IsA |
( |
const char * |
type | ) |
|
|
virtual |
virtual vtkObjectBase* vtkCollectTable::NewInstanceInternal |
( |
| ) |
const |
|
protectedvirtual |
void vtkCollectTable::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
virtual void vtkCollectTable::SetController |
( |
vtkMultiProcessController * |
| ) |
|
|
virtual |
By defualt this filter uses the global controller, but this method can be used to set another instead.
virtual vtkMultiProcessController* vtkCollectTable::GetController |
( |
| ) |
|
|
virtual |
By defualt this filter uses the global controller, but this method can be used to set another instead.
virtual void vtkCollectTable::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* vtkCollectTable::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 vtkCollectTable::SetPassThrough |
( |
int |
| ) |
|
|
virtual |
To collect or just copy input to output. Off (collect) by default.
virtual int vtkCollectTable::GetPassThrough |
( |
| ) |
|
|
virtual |
To collect or just copy input to output. Off (collect) by default.
virtual void vtkCollectTable::PassThroughOn |
( |
| ) |
|
|
virtual |
To collect or just copy input to output. Off (collect) by default.
virtual void vtkCollectTable::PassThroughOff |
( |
| ) |
|
|
virtual |
To collect or just copy input to output. Off (collect) by default.
virtual int vtkCollectTable::RequestUpdateExtent |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| |
|
protectedvirtual |
virtual int vtkCollectTable::RequestData |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| |
|
protectedvirtual |
virtual int vtkCollectTable::RequestInformation |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| |
|
protectedvirtual |
int vtkCollectTable::PassThrough |
|
protected |
vtkMultiProcessController* vtkCollectTable::Controller |
|
protected |
vtkSocketController* vtkCollectTable::SocketController |
|
protected |
The documentation for this class was generated from the following file: