#include <DbXrefGraph.h>
This class is a derived class for representing the Xref tree of a database.
- See also
- OdDbGraph OdDbGraphStack OdDbXrefGraph OdDbXrefGraphNode
Corresponding C++ library: TD_Db
<group OdDb_Classes>
Definition at line 194 of file DbXrefGraph.h.
◆ OdDbXrefGraph()
OdDbXrefGraph::OdDbXrefGraph |
( |
| ) |
|
|
inline |
◆ ~OdDbXrefGraph()
virtual OdDbXrefGraph::~OdDbXrefGraph |
( |
| ) |
|
|
virtual |
◆ getFrom()
Populate the specified XrefGraph object with the Xref tree of the specified database.
- Parameters
-
pDb | [in] Pointer to the database. |
xrefGraph | [out] Receives the Xref tree. |
includeGhosts | [in] Ignored. |
◆ hostDwg()
Returns the XrefGraphNode associated with the host drawing of this XrefGraph object.
Definition at line 264 of file DbXrefGraph.h.
◆ markUnresolvedTrees()
bool OdDbXrefGraph::markUnresolvedTrees |
( |
| ) |
|
Marks the unresolved Xrefs in this XrefGraph object, and their nested Xrefs, with the kUnresTree flag.
◆ xrefNode() [1/4]
Returns the XrefGraphNode object corresponding to the specified parameter.
- Parameters
-
pDb | [in] Pointer to the database. |
- Returns
- Return a null pointer if the specified node is not found.
◆ xrefNode() [2/4]
Returns the XrefGraphNode object corresponding to the specified parameter.
- Parameters
-
- Returns
- Return a null pointer if the specified node is not found.
◆ xrefNode() [3/4]
Returns the XrefGraphNode object corresponding to the specified parameter.
- Parameters
-
nodeIndex | [in] Node index. |
- Returns
- Return a null pointer if the specified node is not found.
Definition at line 255 of file DbXrefGraph.h.
◆ xrefNode() [4/4]
Returns the XrefGraphNode object corresponding to the specified parameter.
- Parameters
-
blockId | [in] Object ID of BlockTableRecord. |
- Returns
- Return a null pointer if the specified node is not found.
The documentation for this class was generated from the following file: