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);
81 bool UseEdgeWeightArray;
82 bool InvertEdgeWeightArray;
83 char* EdgeWeightArrayName;