33 #ifndef vtkBoostBetweennessClustering_h
34 #define vtkBoostBetweennessClustering_h
92 bool UseEdgeWeightArray;
93 bool InvertEdgeWeightArray;
94 char* EdgeWeightArrayName;
95 char* EdgeCentralityArrayName;
101 #endif // vtkBoostBetweennessClustering_h
static vtkGraphAlgorithm * New()
#define vtkGetMacro(name, type)
virtual int FillOutputPortInformation(int port, vtkInformation *info)
#define vtkSetStringMacro(name)
Superclass for algorithms that produce only graph as output.
#define vtkTypeMacro(thisClass, superclass)
a simple class to control print indentation
int Threshold(vtkDataSet *input, vtkUnstructuredGrid *output, vtkDataArray *field, double lower, double upper)
void PrintSelf(ostream &os, vtkIndent indent)
#define vtkGetStringMacro(name)
#define VTKINFOVISBOOSTGRAPHALGORITHMS_EXPORT
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
#define vtkBooleanMacro(name, type)
Implements graph clustering based on edge betweenness centrality.
#define vtkSetMacro(name, type)