36 #ifndef __vtkPBGLMinimumSpanningTree_h
37 #define __vtkPBGLMinimumSpanningTree_h
39 #include "vtkInfovisParallelModule.h"
40 #include "vtkStdString.h"
41 #include "vtkVariant.h"
43 #include "vtkGraphAlgorithm.h"
52 void PrintSelf(ostream& os, vtkIndent indent);
59 vtkSetStringMacro(EdgeWeightArrayName);
66 vtkSetStringMacro(OutputSelectionType);
73 virtual int RequestData(
75 vtkInformationVector **,
76 vtkInformationVector *);
78 virtual int FillInputPortInformation(
79 int port, vtkInformation* info);
81 virtual int FillOutputPortInformation(
82 int port, vtkInformation* info);
85 char* EdgeWeightArrayName;
86 char* OutputSelectionType;
Minimum spanning tree of a distributed vtkGraph.