Compute Brandes betweenness centrality on a vtkGraph.
More...
#include <vtkBoostBrandesCentrality.h>
Inherits vtkGraphAlgorithm.
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.
vtkBoostBrandesCentrality::vtkBoostBrandesCentrality |
( |
| ) |
|
|
protected |
vtkBoostBrandesCentrality::~vtkBoostBrandesCentrality |
( |
| ) |
|
|
protected |
static int vtkBoostBrandesCentrality::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
virtual int vtkBoostBrandesCentrality::IsA |
( |
const char * |
type | ) |
|
|
virtual |
virtual vtkObjectBase* vtkBoostBrandesCentrality::NewInstanceInternal |
( |
| ) |
const |
|
protectedvirtual |
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: