38#ifndef vtkBoostBrandesCentrality_h
39#define vtkBoostBrandesCentrality_h
41#include "vtkInfovisBoostGraphAlgorithmsModule.h"
58 vtkSetMacro(UseEdgeWeightArray,
bool);
59 vtkBooleanMacro(UseEdgeWeightArray,
bool);
62 vtkSetMacro(InvertEdgeWeightArray,
bool);
63 vtkBooleanMacro(InvertEdgeWeightArray,
bool);
70 vtkGetStringMacro(EdgeWeightArrayName);
71 vtkSetStringMacro(EdgeWeightArrayName);
81 bool UseEdgeWeightArray;
82 bool InvertEdgeWeightArray;
83 char* EdgeWeightArrayName;
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.
a simple class to control print indentation