Go to the documentation of this file.
40 #ifndef vtkBoostBrandesCentrality_h
41 #define vtkBoostBrandesCentrality_h
82 bool UseEdgeWeightArray;
83 bool InvertEdgeWeightArray;
84 char* EdgeWeightArrayName;
Superclass for algorithms that produce only graph as output.
static vtkBoostBrandesCentrality * New()
~vtkBoostBrandesCentrality()
#define vtkTypeMacro(thisClass, superclass)
a simple class to control print indentation
#define vtkSetStringMacro(name)
#define VTKINFOVISBOOSTGRAPHALGORITHMS_EXPORT
vtkGetStringMacro(ExtensionsString)
vtkBooleanMacro(IgnoreDriverBugs, bool)
vtkBoostBrandesCentrality()
vtkSetMacro(IgnoreDriverBugs, bool)
void PrintSelf(ostream &os, vtkIndent indent)
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
Compute Brandes betweenness centrality on a vtkGraph.