40 #ifndef __vtkBoostBrandesCentrality_h
41 #define __vtkBoostBrandesCentrality_h
57 vtkSetMacro(UseEdgeWeightArray,
bool);
58 vtkBooleanMacro(UseEdgeWeightArray,
bool);
61 vtkSetMacro(InvertEdgeWeightArray,
bool);
62 vtkBooleanMacro(InvertEdgeWeightArray,
bool);
67 vtkGetStringMacro(EdgeWeightArrayName);
68 vtkSetStringMacro(EdgeWeightArrayName);
81 bool UseEdgeWeightArray;
82 bool InvertEdgeWeightArray;
83 char* EdgeWeightArrayName;
static vtkGraphAlgorithm * New()
Compute Brandes betweenness centrality on a vtkGraph.
Superclass for algorithms that produce only graph as output.
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent)
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)