|  | VTK
    9.0.1
    | 
 
 
 
Go to the documentation of this file.
   35 #ifndef vtkBoostKruskalMinimumSpanningTree_h 
   36 #define vtkBoostKruskalMinimumSpanningTree_h 
   38 #include "vtkInfovisBoostGraphAlgorithmsModule.h"  
   60   vtkSetStringMacro(EdgeWeightArrayName);
 
   69   vtkSetStringMacro(OutputSelectionType);
 
   80   void SetNegateEdgeWeights(
bool value);
 
   81   vtkGetMacro(NegateEdgeWeights, 
bool);
 
   82   vtkBooleanMacro(NegateEdgeWeights, 
bool);
 
   96   char* EdgeWeightArrayName;
 
   97   char* OutputSelectionType;
 
   98   bool NegateEdgeWeights;
 
   99   float EdgeWeightMultiplier;
 
  
int FillOutputPortInformation(int port, vtkInformation *info) override
Fill the output port information objects for this algorithm.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
Constructs a minimum spanning tree from a graph and the weighting array.
static vtkSelectionAlgorithm * New()
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Superclass for algorithms that produce only Selection as output.