|
CFx SDK Documentation
2023 SP0
|
#include <DbObjectIdGraph.h>
Public Member Functions | |
| ODRX_DECLARE_MEMBERS (OdDbObjectIdGraphNode) | |
| OdDbObjectIdGraphNode () | |
| virtual | ~OdDbObjectIdGraphNode () |
| OdDbObjectId | id () const |
| void | setId (OdDbObjectId id) |
Public Member Functions inherited from OdDbGraphNode | |
| OdDbGraphNode () | |
| ODRX_DECLARE_MEMBERS (OdDbGraphNode) | |
| virtual | ~OdDbGraphNode () |
| void * | data () const |
| void | setData (void *pData) |
| int | numOut () const |
| int | numIn () const |
| OdDbGraphNode * | in (int refIndex) const |
| OdDbGraphNode * | out (int refIndex) const |
| void | addRefTo (OdDbGraphNode *pTo) |
| void | removeRefTo (OdDbGraphNode *pNode) |
| void | disconnectAll () |
| OdDbGraph * | owner () const |
| bool | isMarkedAs (OdUInt8 flags) const |
| void | markAs (OdUInt8 flags) |
| void | clear (OdUInt8 flags) |
| void | markTree (OdUInt8 flags, OdDbGraphNodeArray *pNodeArray=0) |
| int | numCycleOut () const |
| int | numCycleIn () const |
| OdDbGraphNode * | cycleIn (int refIndex) const |
| OdDbGraphNode * | cycleOut (int refIndex) const |
| OdDbGraphNode * | nextCycleNode () const |
| bool | isCycleNode () const |
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 | |
Public Types inherited from OdDbGraphNode | |
| enum | Flags { kNone = 0x00 , kVisited = 0x01 , kOutsideRefed = 0x02 , kSelected = 0x04 , kInList = 0x08 , kListAll = 0x0E , kFirstLevel = 0x10 , kUnresTree = 0x20 , kAll = 0x2F } |
Static Public Member Functions inherited from OdRxObject | |
| static OdRxObjectPtr | cast (const OdRxObject *pointer) |
| static OdRxClass * | desc () |
<group OdDb_Classes>
Definition at line 37 of file DbObjectIdGraph.h.
|
inline |
Definition at line 42 of file DbObjectIdGraph.h.
|
virtual |
|
inline |
Definition at line 44 of file DbObjectIdGraph.h.
| OdDbObjectIdGraphNode::ODRX_DECLARE_MEMBERS | ( | OdDbObjectIdGraphNode | ) |
|
inline |
Definition at line 45 of file DbObjectIdGraph.h.