Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbGraph Class
Syntax
C++
class OdDbGraph;

This class implements generic graph objects.

A graph consists of a collection of nodes bi-directionally linked by directional edges. 

An edge connected to a node is represented as a pointer or reference to the node at the other end of the edge. 

References are classified as either incoming or outgoing. Every incoming reference has a corresponding outgoing reference and vice versa. 

Each GraphNode object can have any number of references associated with it, enabling the implementation of any graph structure.

OdDbGraphOdDbGraphOdDbGraph

File: DbGraph.h 

Module: API Reference 

  • OdDbGraphNode
  • OdDbGraphStack
  • OdDbXrefGraph
  • OdDbXrefGraphNode

 

Corresponding C++ library: TD_Db

Copyright © 2002-2022. Open Design Alliance All rights reserved.