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;
Contructs a minimum spanning tree from a graph and the weighting array.
~vtkBoostKruskalMinimumSpanningTree()
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
int FillInputPortInformation(int port, vtkInformation *info)
Fill the input port information objects for this algorithm.
void SetNegateEdgeWeights(bool value)
Whether to negate the edge weights.
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
int FillOutputPortInformation(int port, vtkInformation *info)
Fill the output port information objects for this algorithm.
static vtkBoostKruskalMinimumSpanningTree * New()
vtkBoostKruskalMinimumSpanningTree()
a simple class to control print indentation
Superclass for algorithms that produce only Selection as output.
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.