CFx SDK Documentation  2023 SP0
Classes | Namespaces | Typedefs | Enumerations
DbXrefGraph.h File Reference
#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< OdDbXrefGraphNodeOdDbXrefGraphNodePtr
 

Enumerations

enum  OdDb::XrefStatus {
  OdDb::kXrfNotAnXref = 0 , OdDb::kXrfResolved = 1 , OdDb::kXrfUnloaded = 2 , OdDb::kXrfUnreferenced = 3 ,
  OdDb::kXrfFileNotFound = 4 , OdDb::kXrfUnresolved = 5
}
 

Typedef Documentation

◆ OdDbXrefGraphNodePtr

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

Definition at line 57 of file DbXrefGraph.h.