37 #ifndef __vtkBoostKruskalMinimumSpanningTree_h
38 #define __vtkBoostKruskalMinimumSpanningTree_h
57 vtkSetStringMacro(EdgeWeightArrayName);
64 vtkSetStringMacro(OutputSelectionType);
72 void SetNegateEdgeWeights(
bool value);
73 vtkGetMacro(NegateEdgeWeights,
bool);
74 vtkBooleanMacro(NegateEdgeWeights,
bool);
93 char* EdgeWeightArrayName;
94 char* OutputSelectionType;
95 bool NegateEdgeWeights;
96 float EdgeWeightMultiplier;
virtual int FillInputPortInformation(int port, vtkInformation *info)
Contructs a minimum spanning tree from a graph and the weighting array.
virtual int FillOutputPortInformation(int port, vtkInformation *info)
static vtkSelectionAlgorithm * New()
a simple class to control print indentation
Superclass for algorithms that produce only Selection as output.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
void PrintSelf(ostream &os, vtkIndent indent)