FRX SDK Documentation 2025 SP0
Loading...
Searching...
No Matches
Public Member Functions | List of all members
AcDbXrefGraph Class Reference

#include <AcDbXrefGraph.h>

Inheritance diagram for AcDbXrefGraph:
AcDbGraph

Public Member Functions

 AcDbXrefGraph (AcDbXrefGraphNode *=NULL)
 
AcDbXrefGraphNodexrefNode (AcDbDatabase const *) const
 
AcDbXrefGraphNodexrefNode (AcDbObjectId) const
 
AcDbXrefGraphNodexrefNode (wchar_t const *) const
 
AcDbXrefGraphNodexrefNode (int) const
 
AcDbXrefGraphNodehostDwg () 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
 
AcDbGraphNodenode (int index) const
 
AcDbGraphNoderootNode () const
 
bool isEmpty () const
 

Additional Inherited Members

- Protected Member Functions inherited from AcDbGraph
Acad::ErrorStatus clearAllCycles (void)
 
- Protected Attributes inherited from AcDbGraph
AcDbGraph_Implm_pImpl
 

Detailed Description

Definition at line 25 of file AcDbXrefGraph.h.

Constructor & Destructor Documentation

◆ AcDbXrefGraph()

AcDbXrefGraph::AcDbXrefGraph ( AcDbXrefGraphNode * = NULL)

◆ ~AcDbXrefGraph()

virtual AcDbXrefGraph::~AcDbXrefGraph ( void )
virtual

Member Function Documentation

◆ findCycles()

virtual int AcDbXrefGraph::findCycles ( AcDbGraphNode * )
virtual

Reimplemented from AcDbGraph.

◆ hostDwg()

AcDbXrefGraphNode * AcDbXrefGraph::hostDwg ( ) const

◆ markUnresolvedTrees()

int AcDbXrefGraph::markUnresolvedTrees ( void )

◆ xrefNode() [1/4]

AcDbXrefGraphNode * AcDbXrefGraph::xrefNode ( AcDbDatabase const * ) const

◆ xrefNode() [2/4]

AcDbXrefGraphNode * AcDbXrefGraph::xrefNode ( AcDbObjectId ) const

◆ xrefNode() [3/4]

AcDbXrefGraphNode * AcDbXrefGraph::xrefNode ( int ) const

◆ xrefNode() [4/4]

AcDbXrefGraphNode * AcDbXrefGraph::xrefNode ( wchar_t const * ) const

The documentation for this class was generated from the following file: