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;