CFx SDK Documentation
2023 SP0
|
#include "TD_PackPush.h"
#include "OdaDefs.h"
#include "DbExport.h"
#include "RxObject.h"
#include "OdArray.h"
#include "TD_PackPop.h"
Go to the source code of this file.
Classes | |
class | OdDbGraphNode |
class | OdDbGraphStack |
class | OdDbGraph |
Typedefs | |
typedef OdArray< OdDbGraphNode *, OdMemoryAllocator< OdDbGraphNode * > > | OdDbGraphNodeArray |
typedef OdSmartPtr< OdDbGraphNode > | OdDbGraphNodePtr |
typedef OdArray<OdDbGraphNode*, OdMemoryAllocator<OdDbGraphNode*> > OdDbGraphNodeArray |
This template class is a specialization of the OdArray class for OdDbGraphNode object pointers.
typedef OdSmartPtr<OdDbGraphNode> OdDbGraphNodePtr |
This template class is a specialization of the OdSmartPtr class template for OdDbGraphNode object pointers.