Collect distributed graph.
More...
#include <vtkCollectGraph.h>
Inherits vtkGraphAlgorithm.
Collect distributed graph.
This filter has code to collect a graph from across processes onto vertex 0. Collection can be turned on or off using the "PassThrough" flag.
Definition at line 35 of file vtkCollectGraph.h.
Enumerator |
---|
DIRECTED_OUTPUT |
|
UNDIRECTED_OUTPUT |
|
USE_INPUT_TYPE |
|
Definition at line 65 of file vtkCollectGraph.h.
vtkCollectGraph::vtkCollectGraph |
( |
| ) |
|
|
protected |
vtkCollectGraph::~vtkCollectGraph |
( |
| ) |
|
|
protected |
static int vtkCollectGraph::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
virtual int vtkCollectGraph::IsA |
( |
const char * |
type | ) |
|
|
virtual |
virtual vtkObjectBase* vtkCollectGraph::NewInstanceInternal |
( |
| ) |
const |
|
protectedvirtual |
void vtkCollectGraph::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
virtual void vtkCollectGraph::SetController |
( |
vtkMultiProcessController * |
| ) |
|
|
virtual |
By defualt this filter uses the global controller, but this method can be used to set another instead.
virtual vtkMultiProcessController* vtkCollectGraph::GetController |
( |
| ) |
|
|
virtual |
By defualt this filter uses the global controller, but this method can be used to set another instead.
virtual void vtkCollectGraph::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* vtkCollectGraph::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 vtkCollectGraph::SetPassThrough |
( |
int |
| ) |
|
|
virtual |
To collect or just copy input to output. Off (collect) by default.
virtual int vtkCollectGraph::GetPassThrough |
( |
| ) |
|
|
virtual |
To collect or just copy input to output. Off (collect) by default.
virtual void vtkCollectGraph::PassThroughOn |
( |
| ) |
|
|
virtual |
To collect or just copy input to output. Off (collect) by default.
virtual void vtkCollectGraph::PassThroughOff |
( |
| ) |
|
|
virtual |
To collect or just copy input to output. Off (collect) by default.
virtual void vtkCollectGraph::SetOutputType |
( |
int |
| ) |
|
|
virtual |
Directedness flag, used to signal whether the output graph is directed or undirected. DIRECTED_OUTPUT expects that this filter is generating a directed graph. UNDIRECTED_OUTPUT expects that this filter is generating an undirected graph. DIRECTED_OUTPUT and UNDIRECTED_OUTPUT flags should only be set on the client filter. Server filters should be set to USE_INPUT_TYPE since they have valid input and the directedness is determined from the input type.
virtual int vtkCollectGraph::GetOutputType |
( |
| ) |
|
|
virtual |
Directedness flag, used to signal whether the output graph is directed or undirected. DIRECTED_OUTPUT expects that this filter is generating a directed graph. UNDIRECTED_OUTPUT expects that this filter is generating an undirected graph. DIRECTED_OUTPUT and UNDIRECTED_OUTPUT flags should only be set on the client filter. Server filters should be set to USE_INPUT_TYPE since they have valid input and the directedness is determined from the input type.
virtual int vtkCollectGraph::RequestUpdateExtent |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| |
|
protectedvirtual |
virtual int vtkCollectGraph::RequestData |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| |
|
protectedvirtual |
virtual int vtkCollectGraph::RequestInformation |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| |
|
protectedvirtual |
virtual int vtkCollectGraph::RequestDataObject |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| |
|
protectedvirtual |
int vtkCollectGraph::PassThrough |
|
protected |
int vtkCollectGraph::OutputType |
|
protected |
vtkMultiProcessController* vtkCollectGraph::Controller |
|
protected |
vtkSocketController* vtkCollectGraph::SocketController |
|
protected |
The documentation for this class was generated from the following file: