|
| OdHandleArray & | xrefObjHandles () |
| |
| const OdHandleArray & | xrefObjHandles () const |
| |
| void | dwgIn (OdDbDwgFiler *pFiler) |
| |
| void | dwgOut (OdDbDwgFiler *pFiler) const |
| |
| void | dxfOut (OdDbDxfFiler *pFiler, OdInt groupCodeOffset=0) const |
| |
| | OdDbFullSubentPath () |
| |
| | OdDbFullSubentPath (OdDb::SubentType type, OdGsMarker index) |
| |
| | OdDbFullSubentPath (OdDbObjectId entId, OdDbSubentId subId) |
| |
| | OdDbFullSubentPath (OdDbObjectId entId, OdDb::SubentType type, OdGsMarker index) |
| |
| | OdDbFullSubentPath (OdDbObjectIdArray objectIds, OdDbSubentId subId) |
| |
| | OdDbFullSubentPath (OdDbStubPtrArray objectIds, OdDbSubentId subId) |
| |
| void | objectIds (OdDbObjectIdArray &objectIdsArg) const |
| |
| OdDbFullSubentPath & | operator= (const OdDbFullSubentPath &fullSubentPath) |
| |
| bool | operator== (const OdDbFullSubentPath &fullSubentPath) const |
| |
| const OdDbObjectIdArray & | objectIds () const |
| |
| OdDbObjectIdArray & | objectIds () |
| |
| const OdDbSubentId | subentId () const |
| |
| OdDbSubentId & | subentId () |
| |
| | OdDbBaseFullSubentPath () |
| |
| | OdDbBaseFullSubentPath (OdDb::SubentType type, OdGsMarker index) |
| |
| | OdDbBaseFullSubentPath (OdDbStub *entId, OdDbSubentId subId) |
| |
| | OdDbBaseFullSubentPath (OdDbStub *entId, OdDb::SubentType type, OdGsMarker index) |
| |
| | OdDbBaseFullSubentPath (OdDbStubPtrArray objectIds, OdDbSubentId subId) |
| |
| void | objectIds (OdDbStubPtrArray &objectIdsArg) const |
| |
| OdDbBaseFullSubentPath & | operator= (const OdDbBaseFullSubentPath &fullSubentPath) |
| |
| bool | operator== (const OdDbBaseFullSubentPath &fullSubentPath) const |
| |
| const OdDbStubPtrArray & | objectIds () const |
| |
| OdDbStubPtrArray & | objectIds () |
| |
| const OdDbSubentId | subentId () const |
| |
| OdDbSubentId & | subentId () |
| |
This class uniquely defines Xref subentities within an OdDbDatabase instance.
Corresponding C++ library: TD_Db
<group OdDb_Classes>
Definition at line 57 of file DbDimAssoc.h.