Compute connected components for a distributed vtkGraph. For directed graphs, this computes the connected components; for undirected graphs, this computes the strongly-connected components.
More...
#include <vtkPBGLConnectedComponents.h>
Inherits vtkGraphAlgorithm.
Compute connected components for a distributed vtkGraph. For directed graphs, this computes the connected components; for undirected graphs, this computes the strongly-connected components.
This VTK class uses the Parallel BGL's implementation of connected components and strongly-connectd components.
- Tests:
- vtkPBGLConnectedComponents (Tests)
Definition at line 45 of file vtkPBGLConnectedComponents.h.
vtkPBGLConnectedComponents::vtkPBGLConnectedComponents |
( |
| ) |
|
|
protected |
vtkPBGLConnectedComponents::~vtkPBGLConnectedComponents |
( |
| ) |
|
|
protected |
static int vtkPBGLConnectedComponents::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
virtual int vtkPBGLConnectedComponents::IsA |
( |
const char * |
type | ) |
|
|
virtual |
virtual vtkObjectBase* vtkPBGLConnectedComponents::NewInstanceInternal |
( |
| ) |
const |
|
protectedvirtual |
void vtkPBGLConnectedComponents::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
virtual void vtkPBGLConnectedComponents::SetComponentArrayName |
( |
const char * |
| ) |
|
|
virtual |
Set the name of the component number output array, which contains the component number of each vertex (a non-negative value). If no component array name is set then the name 'Component' is used.
virtual int vtkPBGLConnectedComponents::RequestData |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| |
|
protectedvirtual |
virtual int vtkPBGLConnectedComponents::FillInputPortInformation |
( |
int |
port, |
|
|
vtkInformation * |
info |
|
) |
| |
|
protectedvirtual |
virtual int vtkPBGLConnectedComponents::FillOutputPortInformation |
( |
int |
port, |
|
|
vtkInformation * |
info |
|
) |
| |
|
protectedvirtual |
The documentation for this class was generated from the following file: