40 #ifndef vtkBoostBrandesCentrality_h
41 #define vtkBoostBrandesCentrality_h
43 #include "vtkInfovisBoostGraphAlgorithmsModule.h"
58 vtkSetMacro(UseEdgeWeightArray,
bool);
59 vtkBooleanMacro(UseEdgeWeightArray,
bool);
62 vtkSetMacro(InvertEdgeWeightArray,
bool);
63 vtkBooleanMacro(InvertEdgeWeightArray,
bool);
68 vtkGetStringMacro(EdgeWeightArrayName);
69 vtkSetStringMacro(EdgeWeightArrayName);
82 bool UseEdgeWeightArray;
83 bool InvertEdgeWeightArray;
84 char* EdgeWeightArrayName;
static vtkGraphAlgorithm * New()
Compute Brandes betweenness centrality on a vtkGraph.
Superclass for algorithms that produce only graph as output.
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent)
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)