#include <MinimumSpanningTree.h>
Definition at line 50 of file MinimumSpanningTree.h.
◆ MinimumSpanningTree()
◆ ~MinimumSpanningTree()
| te::sa::MinimumSpanningTree::~MinimumSpanningTree |
( |
| ) |
|
◆ createGraph()
Function to create a empty graph with vertex attributes from gpm graph.
◆ kruskal()
Function to execute the kruskal operation.
- Parameters
-
| weightAttrIdx | The edge weight attribute index. |
- Returns
- Pointer to AbstractGraph that represents the Minimum Spanning Tree from input graph.
◆ m_inputGraph
The documentation for this class was generated from the following file: