Go to the documentation of this file.
40 #ifndef vtkPBGLMinimumSpanningTree_h
41 #define vtkPBGLMinimumSpanningTree_h
43 #include "vtkInfovisParallelModule.h"
51 #if !defined(VTK_LEGACY_REMOVE)
67 vtkSetStringMacro(EdgeWeightArrayName);
76 vtkSetStringMacro(OutputSelectionType);
95 char* EdgeWeightArrayName;
96 char* OutputSelectionType;
102 #endif //VTK_LEGACY_REMOVE
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
Superclass for algorithms that produce only graph as output.
static vtkPBGLMinimumSpanningTree * New()
~vtkPBGLMinimumSpanningTree()
A node in a selection tree.
vtkPBGLMinimumSpanningTree()
a simple class to control print indentation
virtual int FillOutputPortInformation(int port, vtkInformation *info)
Fill the output port information objects for this algorithm.
virtual int FillInputPortInformation(int port, vtkInformation *info)
Fill the input port information objects for this algorithm.
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
Minimum spanning tree of a distributed vtkGraph.