34 #ifndef vtkBoostBetweennessClustering_h 35 #define vtkBoostBetweennessClustering_h 57 vtkGetMacro(Threshold,
double);
78 vtkSetStringMacro(EdgeWeightArrayName);
86 vtkSetStringMacro(EdgeCentralityArrayName);
101 bool UseEdgeWeightArray;
102 bool InvertEdgeWeightArray;
103 char* EdgeWeightArrayName;
104 char* EdgeCentralityArrayName;
110 #endif // vtkBoostBetweennessClustering_h static vtkGraphAlgorithm * New()
Superclass for algorithms that produce only graph as output.
a simple class to control print indentation
int FillOutputPortInformation(int port, vtkInformation *info) override
Fill the output port information objects for this algorithm.
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
#define VTKINFOVISBOOSTGRAPHALGORITHMS_EXPORT
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
Implements graph clustering based on edge betweenness centrality.