MCMgraph Class Reference
#include <mcmgraph.h>

Public Member Functions | |
| MCMgraph () | |
| ~MCMgraph () | |
| uint | nrNodes () |
| MCMnode * | getNode (uint id) |
| uint | nrEdges () |
Public Attributes | |
| MCMnodes | nodes |
| MCMedges | edges |
Constructor & Destructor Documentation
| MCMgraph::MCMgraph | ( | ) |
~MCMgraph Constructor.
Member Function Documentation
| uint MCMgraph::nrEdges | ( | ) | [inline] |
References edges.
Referenced by convertMCMgraphToYTOgraph(), findComponentsInMCMgraph(), and mcmHoward().
| uint MCMgraph::nrNodes | ( | ) | [inline] |
References nodes.
Referenced by convertMCMgraphToYTOgraph(), dfsMCMgraph(), mcmDG(), mcmHoward(), mcmKarp(), and stronglyConnectedMCMgraph().
Member Data Documentation
Referenced by addLongestDelayEdgeForNode(), addLongestDelayEdgesToMCMgraph(), addNodeToComponent(), convertMCMgraphToMatrix(), convertMCMgraphToYTOgraph(), createInitialMCMgraph(), findComponentsInMCMgraph(), nrEdges(), relabelMCMgraph(), splitMCMedgeToSequence(), stronglyConnectedMCMgraph(), transformHSDFtoMCMgraph(), and ~MCMgraph().
Referenced by addLongestDelayEdgeForNode(), addLongestDelayEdgesToMCMgraph(), addNodeToComponent(), convertMCMgraphToMatrix(), convertMCMgraphToYTOgraph(), createInitialMCMgraph(), dfsMCMgraph(), findComponentsInMCMgraph(), getNode(), mcmDG(), mcmKarp(), nrNodes(), relabelMCMgraph(), splitMCMedgeToSequence(), treeVisitChildren(), and ~MCMgraph().
The documentation for this class was generated from the following files:

