CFx SDK Documentation 2024 SP0
|
#include <DbBaseDatabase.h>
Public Member Functions | |
ODRX_DECLARE_MEMBERS (OdDbBaseBlockRefPE) | |
virtual OdDbStub * | blockId (const OdRxObject *pBlockRef) const =0 |
virtual OdGeMatrix3d | blockTransform (const OdRxObject *pBlockRef) const =0 |
virtual OdRxIteratorPtr | newAttribIterator (const OdRxObject *pBlockRef, bool bSkipErased=true) const =0 |
virtual bool | isAttribute (const OdRxObject *pAttrib) const =0 |
virtual bool | isGeneric (const OdRxObject *pBlockRef) const =0 |
virtual bool | isMInsert (const OdRxObject *pBlockRef) const =0 |
virtual bool | isBasic (const OdRxObject *pBlockRef) const =0 |
virtual bool | isSelfReferential (const OdRxObject *pEntity) const =0 |
Public Member Functions inherited from OdRxObject | |
ODRX_HEAP_OPERATORS () | |
OdRxObject () | |
virtual | ~OdRxObject () |
virtual OdRxObject * | queryX (const OdRxClass *pClass) const |
virtual OdRxObject * | x (const OdRxClass *pClass) const |
virtual OdRxClass * | isA () const |
virtual void | addRef ()=0 |
virtual void | release ()=0 |
virtual long | numRefs () const |
bool | isKindOf (const OdRxClass *pClass) const |
virtual OdRxObjectPtr | clone () const |
virtual void | copyFrom (const OdRxObject *pSource) |
virtual OdRx::Ordering | comparedTo (const OdRxObject *pOther) const |
virtual bool | isEqualTo (const OdRxObject *pOther) const |
Additional Inherited Members | |
Static Public Member Functions inherited from OdRxObject | |
static OdRxObjectPtr | cast (const OdRxObject *pointer) |
static OdRxClass * | desc () |
This class is the protocol extension to be used as a block reference abstraction, independent of the underlying database (OdDbDatabase or OdDgDatabase).
<group OdDbRoot_Classes>
Definition at line 1453 of file DbBaseDatabase.h.
|
pure virtual |
Returns the identifier of a specified block reference.
pBlockRef | [in] A pointer to a block reference. |
|
pure virtual |
Returns the transformation matrix for a specified block reference.
pBlockRef | [in] A pointer to a block reference. |
|
pure virtual |
Returns whether a specified object is an attribute.
pAttrib | [in] A pointer to an object. |
|
pure virtual |
Returns whether a specified block reference is a basic one.
pBlockRef | [in] A pointer to a block reference. |
|
pure virtual |
Returns whether a specified block reference is generic.
pBlockRef | [in] A pointer to a block reference. |
|
pure virtual |
Returns whether a specified block reference is an array of block references (an instance of the OdMInsertBlock class).
pBlockRef | [in] A pointer to a block reference. |
|
pure virtual |
Returns whether create child entity node if entity is self dependent.
pEntity | [in] A pointer to a entity. |
|
pure virtual |
Returns the newly created attribute iterator for a specified block reference.
pBlockRef | [in] A pointer to a block reference. |
bSkipErased | [in] A flag that determines whether erased elements should be skipped when moving through the iterator. If the parameter value is equal to true, erased elements are skipped. |
OdDbBaseBlockRefPE::ODRX_DECLARE_MEMBERS | ( | OdDbBaseBlockRefPE | ) |