CFx SDK Documentation 2024 SP0
|
#include <DbEvalWatchers.h>
Public Member Functions | |
virtual void | modified (OdDbObject *pObj, const OdDbObject *pAssocObj) |
virtual void | modifiedItself (OdDbHatch *pHatch) |
virtual void | evaluate (OdDbHatch *pHatch, const OdDbObjectIdArray &assocObjIds) |
virtual void | getLoopFromIds (const OdDbHatch *pHatch, OdUInt32 &loopType, OdDbObjectIdArray &objectIds, EdgeArray &edges) |
Public Member Functions inherited from OdDbEvalWatcherPE | |
ODRX_DECLARE_MEMBERS (OdDbEvalWatcherPE) | |
virtual void | modified (OdDbObject *pObj, const OdDbObject *pAssocObj)=0 |
virtual void | openedForModify (OdDbObject *pObj, const OdDbObject *pAssocObj) |
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 class for updating OdDbHatch objects.
<group OdDb_Classes>
Definition at line 78 of file DbEvalWatchers.h.
|
virtual |
Updates the boundary of an OdDbHatch object.
pHatch | [in] Pointer to the hatch object. |
assocObjIds | [in] Array of modified associated OdDbEntity object IDs. |
|
virtual |
Returns a loop from the specified OdDbEntity object IDs for the specified OdDbHatch entity.
pHatch | [in] The OdDbHatch object. |
loopType | [in/out] Type of loop being updated. |
objectIds | [in] Array of OdDbEntity object IDs that comprise the loop. |
edges | [in/out] Array of edges that comprise the loop. |
|
virtual |
Notification function called whenever an object receives a modified notification from an associated object.
pObj | [in] Pointer to the object that received the notification. |
pAssocObj | [in] Pointer to the associated object. |
The default implementation of this function does nothing. This function can be overridden in custom classes.
Implements OdDbEvalWatcherPE.
Notification function called whenever an OdDbHatch object is modified.
pHatch | [in] Pointer to the hatch object. |
The default implementation of this function does nothing. This function can be overridden in custom classes.