|
FRX SDK Documentation 2025 SP0
|
#include <AcDbXrefGraph.h>
Public Member Functions | |
| AcDbXrefGraph (AcDbXrefGraphNode *=NULL) | |
| AcDbXrefGraphNode * | xrefNode (AcDbDatabase const *) const |
| AcDbXrefGraphNode * | xrefNode (AcDbObjectId) const |
| AcDbXrefGraphNode * | xrefNode (wchar_t const *) const |
| AcDbXrefGraphNode * | xrefNode (int) const |
| AcDbXrefGraphNode * | hostDwg () const |
| int | markUnresolvedTrees (void) |
| virtual | ~AcDbXrefGraph (void) |
| virtual int | findCycles (AcDbGraphNode *) |
Public Member Functions inherited from AcDbGraph | |
| AcDbGraph (AcDbGraphNode *=NULL) | |
| Acad::ErrorStatus | addEdge (AcDbGraphNode *, AcDbGraphNode *) |
| Acad::ErrorStatus | addNode (AcDbGraphNode *) |
| Acad::ErrorStatus | breakCycleEdge (AcDbGraphNode *, AcDbGraphNode *) |
| Acad::ErrorStatus | delNode (AcDbGraphNode *) |
| virtual | ~AcDbGraph (void) |
| void | clearAll (unsigned char) |
| void | getOutgoing (AcDbVoidPtrArray &) |
| void | reset (void) |
| void | setNodeGrowthRate (int) |
| int | numNodes (void) const |
| AcDbGraphNode * | node (int index) const |
| AcDbGraphNode * | rootNode () const |
| bool | isEmpty () const |
Additional Inherited Members | |
Protected Member Functions inherited from AcDbGraph | |
| Acad::ErrorStatus | clearAllCycles (void) |
Protected Attributes inherited from AcDbGraph | |
| AcDbGraph_Impl * | m_pImpl |
Definition at line 25 of file AcDbXrefGraph.h.
| AcDbXrefGraph::AcDbXrefGraph | ( | AcDbXrefGraphNode * | = NULL | ) |
|
virtual |
Reimplemented from AcDbGraph.
| AcDbXrefGraphNode * AcDbXrefGraph::hostDwg | ( | ) | const |
| AcDbXrefGraphNode * AcDbXrefGraph::xrefNode | ( | AcDbDatabase const * | ) | const |
| AcDbXrefGraphNode * AcDbXrefGraph::xrefNode | ( | AcDbObjectId | ) | const |
| AcDbXrefGraphNode * AcDbXrefGraph::xrefNode | ( | int | ) | const |
| AcDbXrefGraphNode * AcDbXrefGraph::xrefNode | ( | wchar_t const * | ) | const |