48 #ifndef __vtkBoostPrimMinimumSpanningTree_h
49 #define __vtkBoostPrimMinimumSpanningTree_h
68 vtkSetStringMacro(EdgeWeightArrayName);
84 vtkSetMacro(CreateGraphVertexIdArray,
bool);
85 vtkGetMacro(CreateGraphVertexIdArray,
bool);
86 vtkBooleanMacro(CreateGraphVertexIdArray,
bool);
94 void SetNegateEdgeWeights(
bool value);
95 vtkGetMacro(NegateEdgeWeights,
bool);
96 vtkBooleanMacro(NegateEdgeWeights,
bool);
112 char* EdgeWeightArrayName;
115 bool CreateGraphVertexIdArray;
118 bool NegateEdgeWeights;
119 float EdgeWeightMultiplier;
123 vtkSetStringMacro(ArrayName);