CFx SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
Classes | Typedefs
DbGraph.h File Reference
#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< OdDbGraphNodeOdDbGraphNodePtr
 

Typedef Documentation

◆ OdDbGraphNodeArray

This template class is a specialization of the OdArray class for OdDbGraphNode object pointers.

Definition at line 43 of file DbGraph.h.

◆ OdDbGraphNodePtr

This template class is a specialization of the OdSmartPtr class template for OdDbGraphNode object pointers.

Definition at line 408 of file DbGraph.h.