35#ifndef vtkBoostBrandesCentrality_h
36#define vtkBoostBrandesCentrality_h
38#include "vtkInfovisBoostGraphAlgorithmsModule.h"
55 vtkSetMacro(UseEdgeWeightArray,
bool);
56 vtkBooleanMacro(UseEdgeWeightArray,
bool);
59 vtkSetMacro(InvertEdgeWeightArray,
bool);
60 vtkBooleanMacro(InvertEdgeWeightArray,
bool);
67 vtkGetStringMacro(EdgeWeightArrayName);
68 vtkSetStringMacro(EdgeWeightArrayName);
78 bool UseEdgeWeightArray;
79 bool InvertEdgeWeightArray;
80 char* EdgeWeightArrayName;
Compute Brandes betweenness centrality on a vtkGraph.
vtkBoostBrandesCentrality()
~vtkBoostBrandesCentrality() override
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
static vtkBoostBrandesCentrality * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Superclass for algorithms that produce only graph as output.
a simple class to control print indentation