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.
static vtkBoostBrandesCentrality * New()
~vtkBoostBrandesCentrality()
a simple class to control print indentation
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions.
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkBoostBrandesCentrality()
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
Compute Brandes betweenness centrality on a vtkGraph.