38 #ifndef vtkBoostKruskalMinimumSpanningTree_h 39 #define vtkBoostKruskalMinimumSpanningTree_h 41 #include "vtkInfovisBoostGraphAlgorithmsModule.h" 62 vtkSetStringMacro(EdgeWeightArrayName);
71 vtkSetStringMacro(OutputSelectionType);
82 void SetNegateEdgeWeights(
bool value);
83 vtkGetMacro(NegateEdgeWeights,
bool);
84 vtkBooleanMacro(NegateEdgeWeights,
bool);
103 char* EdgeWeightArrayName;
104 char* OutputSelectionType;
105 bool NegateEdgeWeights;
106 float EdgeWeightMultiplier;
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
int FillOutputPortInformation(int port, vtkInformation *info) override
Fill the output port information objects for this algorithm.
Constructs a minimum spanning tree from a graph and the weighting array.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkSelectionAlgorithm * New()
a simple class to control print indentation
Superclass for algorithms that produce only Selection as output.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.