CFx SDK Documentation
2023 SP0
|
#include <DbBaseSubentId.h>
Public Member Functions | |
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 () |
Protected Attributes | |
OdDbStubPtrArray | m_ObjectIds |
OdDbSubentId | m_SubentId |
This base class uniquely defines subentities within in a database instance.
Corresponding C++ library: TD_DbRoot
<group OdDbRoot_Classes>
Definition at line 171 of file DbBaseSubentId.h.
|
inline |
Definition at line 174 of file DbBaseSubentId.h.
|
inline |
Definition at line 176 of file DbBaseSubentId.h.
|
inline |
Definition at line 179 of file DbBaseSubentId.h.
|
inline |
Definition at line 186 of file DbBaseSubentId.h.
|
inline |
Definition at line 193 of file DbBaseSubentId.h.
|
inline |
Returns a reference to the embedded OdDbStubPtrArray object in this BaseFullSubentPath object.
Definition at line 227 of file DbBaseSubentId.h.
|
inline |
Returns a reference to the embedded OdDbStubPtrArray object in this BaseFullSubentPath object.
Definition at line 219 of file DbBaseSubentId.h.
|
inline |
Definition at line 199 of file DbBaseSubentId.h.
|
inline |
Definition at line 204 of file DbBaseSubentId.h.
|
inline |
Definition at line 211 of file DbBaseSubentId.h.
|
inline |
Returns a reference to the embedded OdDbSubentId object in this BaseFullSubentPath object.
Definition at line 243 of file DbBaseSubentId.h.
|
inline |
Returns a copy of the embedded OdDbSubentId object in this BaseFullSubentPath object.
Definition at line 235 of file DbBaseSubentId.h.
|
protected |
Definition at line 249 of file DbBaseSubentId.h.
|
protected |
Definition at line 250 of file DbBaseSubentId.h.