Go to the documentation of this file.
37 #ifndef vtkBoostKruskalMinimumSpanningTree_h
38 #define vtkBoostKruskalMinimumSpanningTree_h
94 char* EdgeWeightArrayName;
95 char* OutputSelectionType;
96 bool NegateEdgeWeights;
97 float EdgeWeightMultiplier;
#define vtkTypeMacro(thisClass, superclass)
void SetNegateEdgeWeights(bool value)
Contructs a minimum spanning tree from a graph and the weighting array.
GLsizei const GLfloat * value
a simple class to control print indentation
#define vtkSetStringMacro(name)
#define VTKINFOVISBOOSTGRAPHALGORITHMS_EXPORT
vtkBoostKruskalMinimumSpanningTree()
#define vtkGetMacro(name, type)
~vtkBoostKruskalMinimumSpanningTree()
static vtkBoostKruskalMinimumSpanningTree * New()
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
vtkBooleanMacro(IgnoreDriverBugs, bool)
void PrintSelf(ostream &os, vtkIndent indent)
int FillInputPortInformation(int port, vtkInformation *info)
int FillOutputPortInformation(int port, vtkInformation *info)
Superclass for algorithms that produce only Selection as output.