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 | List of all members
vtkBoostBrandesCentrality Class Reference

Compute Brandes betweenness centrality on a vtkGraph. More...

#include <vtkBoostBrandesCentrality.h>

Inherits vtkGraphAlgorithm.

Public Types

typedef vtkGraphAlgorithm Superclass
 

Public Member Functions

virtual int IsA (const char *type)
 
vtkBoostBrandesCentralityNewInstance () const
 
void PrintSelf (ostream &os, vtkIndent indent)
 
virtual void SetInvertEdgeWeightArray (bool)
 
virtual void InvertEdgeWeightArrayOn ()
 
virtual void InvertEdgeWeightArrayOff ()
 
virtual void SetUseEdgeWeightArray (bool)
 
virtual void UseEdgeWeightArrayOn ()
 
virtual void UseEdgeWeightArrayOff ()
 
virtual char * GetEdgeWeightArrayName ()
 
virtual void SetEdgeWeightArrayName (const char *)
 

Static Public Member Functions

static vtkBoostBrandesCentralityNew ()
 
static int IsTypeOf (const char *type)
 
static vtkBoostBrandesCentralitySafeDownCast (vtkObjectBase *o)
 

Protected Member Functions

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

Detailed Description

Compute Brandes betweenness centrality on a vtkGraph.

This vtk class uses the Boost brandes_betweeness_centrality generic algorithm to compute betweenness centrality on the input graph (a vtkGraph).

See Also
vtkGraph vtkBoostGraphAdapter
Examples:
vtkBoostBrandesCentrality (Examples)
Tests:
vtkBoostBrandesCentrality (Tests)

Definition at line 48 of file vtkBoostBrandesCentrality.h.

Member Typedef Documentation

typedef vtkGraphAlgorithm vtkBoostBrandesCentrality::Superclass

Definition at line 52 of file vtkBoostBrandesCentrality.h.

Constructor & Destructor Documentation

vtkBoostBrandesCentrality::vtkBoostBrandesCentrality ( )
protected
vtkBoostBrandesCentrality::~vtkBoostBrandesCentrality ( )
protected

Member Function Documentation

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

Get/Set the flag that sets the rule whether or not to use the edge weight array as set using SetEdgeWeightArrayName.

virtual void vtkBoostBrandesCentrality::UseEdgeWeightArrayOn ( )
virtual

Get/Set the flag that sets the rule whether or not to use the edge weight array as set using SetEdgeWeightArrayName.

virtual void vtkBoostBrandesCentrality::UseEdgeWeightArrayOff ( )
virtual

Get/Set the flag that sets the rule whether or not to use the edge weight array as set using SetEdgeWeightArrayName.

virtual void vtkBoostBrandesCentrality::SetInvertEdgeWeightArray ( bool  )
virtual
virtual void vtkBoostBrandesCentrality::InvertEdgeWeightArrayOn ( )
virtual
virtual void vtkBoostBrandesCentrality::InvertEdgeWeightArrayOff ( )
virtual
virtual char* vtkBoostBrandesCentrality::GetEdgeWeightArrayName ( )
virtual

Get/Set the name of the array that needs to be used as the edge weight. The array should be a vtkDataArray.

virtual void vtkBoostBrandesCentrality::SetEdgeWeightArrayName ( const char *  )
virtual

Get/Set the name of the array that needs to be used as the edge weight. The array should be a vtkDataArray.

int vtkBoostBrandesCentrality::RequestData ( vtkInformation *  ,
vtkInformationVector **  ,
vtkInformationVector *   
)
protected

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