Go to the documentation of this file.
41 #ifndef vtkBoostBrandesCentrality_h
42 #define vtkBoostBrandesCentrality_h
44 #include "vtkInfovisBoostGraphAlgorithmsModule.h"
74 vtkSetStringMacro(EdgeWeightArrayName);
87 bool UseEdgeWeightArray;
88 bool InvertEdgeWeightArray;
89 char* EdgeWeightArrayName;
Superclass for algorithms that produce only graph as output.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
a simple class to control print indentation
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions.
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
Compute Brandes betweenness centrality on a vtkGraph.
static vtkGraphAlgorithm * New()