Go to the documentation of this file.
34 #ifndef vtkBoostBetweennessClustering_h
35 #define vtkBoostBetweennessClustering_h
37 #include "vtkInfovisBoostGraphAlgorithmsModule.h"
78 vtkSetStringMacro(EdgeWeightArrayName);
86 vtkSetStringMacro(EdgeCentralityArrayName);
101 bool UseEdgeWeightArray;
102 bool InvertEdgeWeightArray;
103 char* EdgeWeightArrayName;
104 char* EdgeCentralityArrayName;
110 #endif // vtkBoostBetweennessClustering_h
Superclass for algorithms that produce only graph as output.
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
virtual ~vtkBoostBetweennessClustering()
vtkBoostBetweennessClustering()
Implements graph clustering based on edge betweenness centrality.
int Threshold(vtkDataSet *input, vtkUnstructuredGrid *output, vtkDataArray *field, double lower, double upper)
virtual int FillOutputPortInformation(int port, vtkInformation *info)
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)
This is called by the superclass.
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions.
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
static vtkBoostBetweennessClustering * New()