41 #ifndef vtkBoostBrandesCentrality_h 42 #define vtkBoostBrandesCentrality_h 44 #include "vtkInfovisBoostGraphAlgorithmsModule.h" 61 vtkSetMacro(UseEdgeWeightArray,
bool);
62 vtkBooleanMacro(UseEdgeWeightArray,
bool);
65 vtkSetMacro(InvertEdgeWeightArray,
bool);
66 vtkBooleanMacro(InvertEdgeWeightArray,
bool);
73 vtkGetStringMacro(EdgeWeightArrayName);
74 vtkSetStringMacro(EdgeWeightArrayName);
87 bool UseEdgeWeightArray;
88 bool InvertEdgeWeightArray;
89 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.