CFx SDK Documentation
2020SP3
|
#include "TD_PackPush.h"
#include "DbGraph.h"
#include "DbObjectId.h"
#include "OdString.h"
#include "TD_PackPop.h"
Go to the source code of this file.
Classes | |
class | OdDbXrefGraphNode |
class | OdDbXrefGraph |
Namespaces | |
OdDb | |
Typedefs | |
typedef OdSmartPtr< OdDbXrefGraphNode > | OdDbXrefGraphNodePtr |
Enumerations | |
enum | OdDb::XrefStatus { OdDb::kXrfNotAnXref = 0, OdDb::kXrfResolved = 1, OdDb::kXrfUnloaded = 2, OdDb::kXrfUnreferenced = 3, OdDb::kXrfFileNotFound = 4, OdDb::kXrfUnresolved = 5 } |
This template class is a specialization of the OdSmartPtr class for OdDbXrefGraphNode object pointers.
Definition at line 57 of file DbXrefGraph.h.