41 #ifndef vtkBoostBrandesCentrality_h
42 #define vtkBoostBrandesCentrality_h
44 #include "vtkInfovisBoostGraphAlgorithmsModule.h"
74 vtkSetStringMacro(EdgeWeightArrayName);
87 bool UseEdgeWeightArray;
88 bool InvertEdgeWeightArray;
89 char* EdgeWeightArrayName;
Compute Brandes betweenness centrality on a vtkGraph.
vtkBoostBrandesCentrality()
static vtkBoostBrandesCentrality * New()
~vtkBoostBrandesCentrality()
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.
Superclass for algorithms that produce only graph as output.
a simple class to control print indentation
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions.