Extract the largest connected component of a graph.
More...
#include <vtkBoostExtractLargestComponent.h>
Inherits vtkGraphAlgorithm.
Extract the largest connected component of a graph.
vtkBoostExtractLargestComponent finds the largest connected region of a vtkGraph. For directed graphs, this returns the largest biconnected component. See vtkBoostConnectedComponents for details.
- Tests:
- vtkBoostExtractLargestComponent (Tests)
Definition at line 36 of file vtkBoostExtractLargestComponent.h.
vtkBoostExtractLargestComponent::vtkBoostExtractLargestComponent |
( |
| ) |
|
|
protected |
vtkBoostExtractLargestComponent::~vtkBoostExtractLargestComponent |
( |
| ) |
|
|
inlineprotected |
static int vtkBoostExtractLargestComponent::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
virtual int vtkBoostExtractLargestComponent::IsA |
( |
const char * |
type | ) |
|
|
virtual |
virtual vtkObjectBase* vtkBoostExtractLargestComponent::NewInstanceInternal |
( |
| ) |
const |
|
protectedvirtual |
void vtkBoostExtractLargestComponent::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
virtual void vtkBoostExtractLargestComponent::SetInvertSelection |
( |
bool |
| ) |
|
|
virtual |
Set the flag to determine if the selection should be inverted.
virtual bool vtkBoostExtractLargestComponent::GetInvertSelection |
( |
| ) |
|
|
virtual |
Set the flag to determine if the selection should be inverted.
int vtkBoostExtractLargestComponent::RequestData |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| |
|
protected |
bool vtkBoostExtractLargestComponent::InvertSelection |
|
protected |
The documentation for this class was generated from the following file: