39 #ifndef vtkPBGLMinimumSpanningTree_h
40 #define vtkPBGLMinimumSpanningTree_h
42 #include "vtkInfovisParallelModule.h"
50 #if !defined(VTK_LEGACY_REMOVE)
63 vtkSetStringMacro(EdgeWeightArrayName);
70 vtkSetStringMacro(OutputSelectionType);
89 char* EdgeWeightArrayName;
90 char* OutputSelectionType;
96 #endif //VTK_LEGACY_REMOVE
static vtkGraphAlgorithm * New()
Minimum spanning tree of a distributed vtkGraph.
A node in a selection tree. Used to store selection results.
virtual int FillOutputPortInformation(int port, vtkInformation *info)
Superclass for algorithms that produce only graph as output.
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent)
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
virtual int FillInputPortInformation(int port, vtkInformation *info)