_MCMedge Struct Reference
#include <mcmgraph.h>
Collaboration diagram for _MCMedge:

Public Attributes | |
| uint | id |
| bool | visible |
| struct _MCMnode * | src |
| struct _MCMnode * | dst |
| int | w |
| uint | d |
Member Data Documentation
| struct _MCMnode* _MCMedge::dst |
| struct _MCMnode* _MCMedge::src |
Referenced by addLongestDelayEdgeForNode(), addLongestDelayEdgesToMCMgraph(), addNodeToComponent(), convertMCMgraphToMatrix(), convertMCMgraphToYTOgraph(), createInitialMCMgraph(), findComponentsInMCMgraph(), getAdjacentNodes(), splitMCMedgeToSequence(), stronglyConnectedMCMgraph(), and transformHSDFtoMCMgraph().
| bool _MCMedge::visible |
Referenced by addLongestDelayEdgeForNode(), addLongestDelayEdgesToMCMgraph(), addNodeToComponent(), convertMCMgraphToMatrix(), convertMCMgraphToYTOgraph(), createInitialMCMgraph(), findComponentsInMCMgraph(), getAdjacentNodes(), relabelMCMgraph(), splitMCMedgeToSequence(), stronglyConnectedMCMgraph(), and transformHSDFtoMCMgraph().
| int _MCMedge::w |
The documentation for this struct was generated from the following file:

