49 #ifndef vtkBoostPrimMinimumSpanningTree_h 50 #define vtkBoostPrimMinimumSpanningTree_h 52 #include "vtkInfovisBoostGraphAlgorithmsModule.h" 73 vtkSetStringMacro(EdgeWeightArrayName);
96 vtkSetMacro(CreateGraphVertexIdArray,
bool);
97 vtkGetMacro(CreateGraphVertexIdArray,
bool);
98 vtkBooleanMacro(CreateGraphVertexIdArray,
bool);
109 void SetNegateEdgeWeights(
bool value);
110 vtkGetMacro(NegateEdgeWeights,
bool);
111 vtkBooleanMacro(NegateEdgeWeights,
bool);
127 char* EdgeWeightArrayName;
130 bool CreateGraphVertexIdArray;
133 bool NegateEdgeWeights;
134 float EdgeWeightMultiplier;
140 vtkSetStringMacro(ArrayName);
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 atomic 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.