|
FRX SDK Documentation 2025 SP0
|
#include <AcDbGraphNode.h>
Public Types | |
| enum | Flags { kNone = 0x00 , kVisited = 0x01 , kOutsideRefed = 0x02 , kSelected = 0x04 , kInList = 0x08 , kListAll = 0x0E , kFirstLevel = 0x10 , kUnresTree = 0x20 , kAll = 0x2F } |
Public Member Functions | |
| AcDbGraphNode (void *=NULL) | |
| Acad::ErrorStatus | addRefTo (AcDbGraphNode *) |
| Acad::ErrorStatus | clear (unsigned char) |
| Acad::ErrorStatus | disconnectAll (void) |
| Acad::ErrorStatus | markAs (unsigned char) |
| Acad::ErrorStatus | removeRefTo (AcDbGraphNode *) |
| virtual | ~AcDbGraphNode (void) |
| void | setEdgeGrowthRate (int, int) |
| void * | data () const |
| void | setData (void *) |
| int | numOut () const |
| int | numIn () const |
| AcDbGraphNode * | in (int) const |
| AcDbGraphNode * | out (int) const |
| AcDbGraph * | owner () const |
| bool | isMarkedAs (unsigned char flags) const |
| Acad::ErrorStatus | markTree (unsigned char flags, AcDbVoidPtrArray *=NULL) |
| int | numCycleOut () const |
| int | numCycleIn () const |
| AcDbGraphNode * | cycleIn (int) const |
| AcDbGraphNode * | cycleOut (int) const |
| AcDbGraphNode * | nextCycleNode () const |
| bool | isCycleNode () const |
Protected Attributes | |
| AcDbGraphNode_Impl * | m_pImpl |
Friends | |
| class | AcDbGraphNode_Impl |
Definition at line 26 of file AcDbGraphNode.h.
| Enumerator | |
|---|---|
| kNone | |
| kVisited | |
| kOutsideRefed | |
| kSelected | |
| kInList | |
| kListAll | |
| kFirstLevel | |
| kUnresTree | |
| kAll | |
Definition at line 39 of file AcDbGraphNode.h.
| Acad::ErrorStatus AcDbGraphNode::addRefTo | ( | AcDbGraphNode * | ) |
| AcDbGraphNode * AcDbGraphNode::cycleIn | ( | int | ) | const |
| AcDbGraphNode * AcDbGraphNode::cycleOut | ( | int | ) | const |
| void * AcDbGraphNode::data | ( | ) | const |
| Acad::ErrorStatus AcDbGraphNode::disconnectAll | ( | void | ) |
| AcDbGraphNode * AcDbGraphNode::in | ( | int | ) | const |
| bool AcDbGraphNode::isCycleNode | ( | ) | const |
| Acad::ErrorStatus AcDbGraphNode::markTree | ( | unsigned char | flags, |
| AcDbVoidPtrArray * | = NULL ) |
| AcDbGraphNode * AcDbGraphNode::nextCycleNode | ( | ) | const |
| int AcDbGraphNode::numCycleIn | ( | ) | const |
| int AcDbGraphNode::numCycleOut | ( | ) | const |
| int AcDbGraphNode::numIn | ( | ) | const |
| int AcDbGraphNode::numOut | ( | ) | const |
| AcDbGraphNode * AcDbGraphNode::out | ( | int | ) | const |
| AcDbGraph * AcDbGraphNode::owner | ( | ) | const |
| Acad::ErrorStatus AcDbGraphNode::removeRefTo | ( | AcDbGraphNode * | ) |
Definition at line 28 of file AcDbGraphNode.h.
|
protected |
Definition at line 77 of file AcDbGraphNode.h.