CFx SDK Documentation
2020SP3
|
Go to the documentation of this file.
27 #ifndef ODDB_DBBASESUBENT_H
28 #define ODDB_DBBASESUBENT_H
30 #include "TD_PackPush.h"
86 return ((m_Index == subentId.m_Index) && (m_Type == subentId.m_Type));
91 return ((m_Index != subentId.m_Index) || (m_Type != subentId.m_Type));
183 m_ObjectIds.append(entId) ;
190 m_ObjectIds.append(entId) ;
194 : m_ObjectIds(objectIds)
201 objectIdsArg = m_ObjectIds;
206 m_ObjectIds = fullSubentPath.
objectIds();
207 m_SubentId = fullSubentPath.
subentId();
213 return m_ObjectIds == fullSubentPath.
objectIds() && m_SubentId == fullSubentPath.
subentId();
OdDbStubPtrArray m_ObjectIds
const OdDbStubPtrArray & objectIds() const
GLuint GLsizei GLsizei GLint GLenum * type
OdDbBaseFullSubentPath(OdDbStub *entId, OdDbSubentId subId)
void setType(OdDb::SubentType type)
const OdDbSubentId subentId() const
OdDbBaseFullSubentPath(OdDb::SubentType type, OdGsMarker index)
bool DAI_EXPORT operator!=(const OdDAI::OdSelect &left, const OdDAI::OdSelect &right)
OdDb::SubentType type() const
void objectIds(OdDbStubPtrArray &objectIdsArg) const
OdArray< OdDbBaseFullSubentPath > OdDbBaseFullSubentPathArray
OdDbStubPtrArray & objectIds()
bool operator==(const OdDbBaseFullSubentPath &fullSubentPath) const
OdDbSubentId & subentId()
DBROOT_EXPORT OdRxObject * baseDatabaseBy(OdDbStub *id)
bool DAI_EXPORT operator==(const OdFileDescriptionAuto &left, const OdFileDescriptionAuto &right)
OdDbSubentId(OdDb::SubentType type, OdGsMarker index)
OdDbBaseFullSubentPath(OdDbStub *entId, OdDb::SubentType type, OdGsMarker index)
OdDbBaseFullSubentPath(OdDbStubPtrArray objectIds, OdDbSubentId subId)
void setIndex(OdGsMarker index)