| CFx SDK Documentation
    2023 SP0
    | 
#include <DbGraph.h>
| Public Member Functions | |
| OdDbGraphStack (int initPhysicalLength=0, int initGrowLength=8) | |
| ~OdDbGraphStack () | |
| void | push (OdDbGraphNode *pNode) | 
| OdDbGraphNode * | pop () | 
| OdDbGraphNode * | top () const | 
| bool | isEmpty () const | 
This class implements stacks for OdDbGraphNode object pointers. Corresponding C++ library: TD_Db
<group OdDb_Classes>
| 
 | inline | 
| initPhysicalLength | [in] Initial Physical Length. | 
| initGrowLength | [in] Initial Grow Length. | 
Grow Length is the number of entries by which the Physical Length will grow as required.
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
Returns the OdDbGraphNode at the top of this Stack object.