 |
VTK
9.0.1
|
Go to the documentation of this file.
31 #ifndef vtkBoostBetweennessClustering_h
32 #define vtkBoostBetweennessClustering_h
35 #include "vtkInfovisBoostGraphAlgorithmsModule.h"
52 vtkSetMacro(Threshold,
double);
53 vtkGetMacro(Threshold,
double);
61 vtkSetMacro(UseEdgeWeightArray,
bool);
62 vtkBooleanMacro(UseEdgeWeightArray,
bool);
65 vtkSetMacro(InvertEdgeWeightArray,
bool);
66 vtkBooleanMacro(InvertEdgeWeightArray,
bool);
73 vtkGetStringMacro(EdgeWeightArrayName);
74 vtkSetStringMacro(EdgeWeightArrayName);
82 vtkSetStringMacro(EdgeCentralityArrayName);
93 bool UseEdgeWeightArray;
94 bool InvertEdgeWeightArray;
95 char* EdgeWeightArrayName;
96 char* EdgeCentralityArrayName;
102 #endif // vtkBoostBetweennessClustering_h
Superclass for algorithms that produce only graph as output.
~vtkBoostBetweennessClustering() override
vtkBoostBetweennessClustering()
Implements graph clustering based on edge betweenness centrality.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual int FillOutputPortInformation(int port, vtkInformation *info) override
Fill the output port information objects for this algorithm.
a simple class to control print indentation
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
This is called by the superclass.
static vtkBoostBetweennessClustering * New()