|
CFx SDK Documentation
2022 SP0
|
#include <DbObjectIdGraph.h>
Public Member Functions | |
| OdDbObjectIdGraph () | |
| virtual | ~OdDbObjectIdGraph () |
| OdDbObjectIdGraphNode * | findNode (OdDbObjectId) const |
| OdDbObjectIdGraphNode * | idNode (int idx) const |
Public Member Functions inherited from OdDbGraph | |
| OdDbGraph () | |
| virtual | ~OdDbGraph () |
| OdDbGraphNode * | node (int nodeIndex) const |
| OdDbGraphNode * | rootNode () const |
| int | numNodes () const |
| bool | isEmpty () const |
| void | addNode (OdDbGraphNode *pNode) |
| void | addEdge (OdDbGraphNode *pFrom, OdDbGraphNode *pTo) |
| void | delNode (OdDbGraphNode *pNode) |
| void | reset () |
| void | clearAll (OdUInt8 flags) |
| void | getOutgoing (OdDbGraphNodeArray &outgoing) |
| virtual bool | findCycles (OdDbGraphNode *pStart=0) |
| void | breakCycleEdge (OdDbGraphNode *pFrom, OdDbGraphNode *pTo) |
Additional Inherited Members | |
Protected Member Functions inherited from OdDbGraph | |
| void | clearAllCycles () |
<group OdDb_Classes>
Definition at line 50 of file DbObjectIdGraph.h.
|
inline |
Definition at line 53 of file DbObjectIdGraph.h.
|
virtual |
| OdDbObjectIdGraphNode* OdDbObjectIdGraph::findNode | ( | OdDbObjectId | ) | const |
|
inline |
Definition at line 56 of file DbObjectIdGraph.h.