37 #ifndef vtkBoostKruskalMinimumSpanningTree_h 
   38 #define vtkBoostKruskalMinimumSpanningTree_h 
   40 #include "vtkInfovisBoostGraphAlgorithmsModule.h"  
   58   vtkSetStringMacro(EdgeWeightArrayName);
 
   65   vtkSetStringMacro(OutputSelectionType);
 
   73   void SetNegateEdgeWeights(
bool value);
 
   74   vtkGetMacro(NegateEdgeWeights, 
bool);
 
   75   vtkBooleanMacro(NegateEdgeWeights, 
bool);
 
   94   char* EdgeWeightArrayName;
 
   95   char* OutputSelectionType;
 
   96   bool NegateEdgeWeights;
 
   97   float EdgeWeightMultiplier;
 
virtual int FillInputPortInformation(int port, vtkInformation *info)
Contructs a minimum spanning tree from a graph and the weighting array. 
virtual int FillOutputPortInformation(int port, vtkInformation *info)
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)
void PrintSelf(ostream &os, vtkIndent indent)