Go to the documentation of this file.
38 #ifndef vtkBoostKruskalMinimumSpanningTree_h
39 #define vtkBoostKruskalMinimumSpanningTree_h
41 #include "vtkInfovisBoostGraphAlgorithmsModule.h"
62 vtkSetStringMacro(EdgeWeightArrayName);
71 vtkSetStringMacro(OutputSelectionType);
83 vtkGetMacro(NegateEdgeWeights,
bool);
103 char* EdgeWeightArrayName;
104 char* OutputSelectionType;
105 bool NegateEdgeWeights;
106 float EdgeWeightMultiplier;
void SetNegateEdgeWeights(bool value)
Whether to negate the edge weights.
Contructs a minimum spanning tree from a graph and the weighting array.
a simple class to control print indentation
vtkBoostKruskalMinimumSpanningTree()
~vtkBoostKruskalMinimumSpanningTree()
static vtkBoostKruskalMinimumSpanningTree * New()
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
int FillInputPortInformation(int port, vtkInformation *info)
Fill the input port information objects for this algorithm.
int FillOutputPortInformation(int port, vtkInformation *info)
Fill the output port information objects for this algorithm.
Superclass for algorithms that produce only Selection as output.