22#ifndef vtkBoostBrandesCentrality_h
23#define vtkBoostBrandesCentrality_h
25#include "vtkInfovisBoostGraphAlgorithmsModule.h"
30VTK_ABI_NAMESPACE_BEGIN
43 vtkSetMacro(UseEdgeWeightArray,
bool);
44 vtkBooleanMacro(UseEdgeWeightArray,
bool);
47 vtkSetMacro(InvertEdgeWeightArray,
bool);
48 vtkBooleanMacro(InvertEdgeWeightArray,
bool);
55 vtkGetStringMacro(EdgeWeightArrayName);
56 vtkSetStringMacro(EdgeWeightArrayName);
66 bool UseEdgeWeightArray;
67 bool InvertEdgeWeightArray;
68 char* EdgeWeightArrayName;
Compute Brandes betweenness centrality on a vtkGraph.
vtkBoostBrandesCentrality()
~vtkBoostBrandesCentrality() override
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
static vtkBoostBrandesCentrality * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Superclass for algorithms that produce only graph as output.
a simple class to control print indentation