Go to the documentation of this file.
33 #ifndef vtkBoostBetweennessClustering_h
34 #define vtkBoostBetweennessClustering_h
92 bool UseEdgeWeightArray;
93 bool InvertEdgeWeightArray;
94 char* EdgeWeightArrayName;
95 char* EdgeCentralityArrayName;
101 #endif // vtkBoostBetweennessClustering_h
Superclass for algorithms that produce only graph as output.
void PrintSelf(ostream &os, vtkIndent indent)
virtual ~vtkBoostBetweennessClustering()
vtkBoostBetweennessClustering()
#define vtkTypeMacro(thisClass, superclass)
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)
a simple class to control print indentation
#define vtkSetStringMacro(name)
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
#define VTKINFOVISBOOSTGRAPHALGORITHMS_EXPORT
#define vtkGetMacro(name, type)
vtkGetStringMacro(ExtensionsString)
vtkBooleanMacro(IgnoreDriverBugs, bool)
vtkSetMacro(IgnoreDriverBugs, bool)
static vtkBoostBetweennessClustering * New()