22 #ifndef vtkBoostBrandesCentrality_h
23 #define vtkBoostBrandesCentrality_h
25 #include "vtkInfovisBoostGraphAlgorithmsModule.h"
30 VTK_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;
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) override
Methods invoked by print to print information about the object including superclasses.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.