33 #ifndef vtkBoostPrimMinimumSpanningTree_h
34 #define vtkBoostPrimMinimumSpanningTree_h
36 #include "vtkInfovisBoostGraphAlgorithmsModule.h"
42 VTK_ABI_NAMESPACE_BEGIN
59 vtkSetStringMacro(EdgeWeightArrayName);
82 vtkSetMacro(CreateGraphVertexIdArray,
bool);
83 vtkGetMacro(CreateGraphVertexIdArray,
bool);
84 vtkBooleanMacro(CreateGraphVertexIdArray,
bool);
95 void SetNegateEdgeWeights(
bool value);
96 vtkGetMacro(NegateEdgeWeights,
bool);
97 vtkBooleanMacro(NegateEdgeWeights,
bool);
109 char* EdgeWeightArrayName;
112 bool CreateGraphVertexIdArray;
115 bool NegateEdgeWeights;
116 float EdgeWeightMultiplier;
122 vtkSetStringMacro(ArrayName);
135 VTK_ABI_NAMESPACE_END
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
Wrapper around std::string to keep symbols short.
Superclass for algorithms that produce only Tree as output.
Abstract superclass for all arrays.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
Constructs a minimum spanning tree from a graph, start node, and the weighting array.
A type representing the union of many types.
a simple class to control print indentation
static vtkTreeAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.