VTK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
vtkBoostExtractLargestComponent Class Reference

Extract the largest connected component of a graph. More...

#include <vtkBoostExtractLargestComponent.h>

Inherits vtkGraphAlgorithm.

Public Types

typedef vtkGraphAlgorithm Superclass
 

Public Member Functions

virtual int IsA (const char *type)
 
vtkBoostExtractLargestComponentNewInstance () const
 
void PrintSelf (ostream &os, vtkIndent indent)
 
virtual void SetInvertSelection (bool)
 
virtual bool GetInvertSelection ()
 

Static Public Member Functions

static int IsTypeOf (const char *type)
 
static
vtkBoostExtractLargestComponent
SafeDownCast (vtkObjectBase *o)
 
static
vtkBoostExtractLargestComponent
New ()
 

Protected Member Functions

virtual vtkObjectBase * NewInstanceInternal () const
 
 vtkBoostExtractLargestComponent ()
 
 ~vtkBoostExtractLargestComponent ()
 
int RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
 

Protected Attributes

bool InvertSelection
 

Detailed Description

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.

Member Typedef Documentation

Definition at line 39 of file vtkBoostExtractLargestComponent.h.

Constructor & Destructor Documentation

vtkBoostExtractLargestComponent::vtkBoostExtractLargestComponent ( )
protected
vtkBoostExtractLargestComponent::~vtkBoostExtractLargestComponent ( )
inlineprotected

Definition at line 54 of file vtkBoostExtractLargestComponent.h.

Member Function Documentation

static int vtkBoostExtractLargestComponent::IsTypeOf ( const char *  type)
static
virtual int vtkBoostExtractLargestComponent::IsA ( const char *  type)
virtual
static vtkBoostExtractLargestComponent* vtkBoostExtractLargestComponent::SafeDownCast ( vtkObjectBase *  o)
static
virtual vtkObjectBase* vtkBoostExtractLargestComponent::NewInstanceInternal ( ) const
protectedvirtual
vtkBoostExtractLargestComponent* vtkBoostExtractLargestComponent::NewInstance ( ) const
void vtkBoostExtractLargestComponent::PrintSelf ( ostream &  os,
vtkIndent  indent 
)
static vtkBoostExtractLargestComponent* vtkBoostExtractLargestComponent::New ( )
static

Construct an instance of vtkBoostExtractLargestComponent with InvertSelection set to false.

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

Member Data Documentation

bool vtkBoostExtractLargestComponent::InvertSelection
protected

Store the choice of whether or not to invert the selection.

Definition at line 59 of file vtkBoostExtractLargestComponent.h.


The documentation for this class was generated from the following file: