Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbGraphNode Class
Syntax
C++
class OdDbGraphNode : public OdRxObject;

This class implements generic node objects for generic graphs.

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.

OdDbGraphNodeOdDbGraphNodeOdDbGraphNode

File: DbGraph.h 

Module: API Reference 

  • OdDbGraph
  • OdDbGraphStack
  • OdDbXrefGraph
  • OdDbXrefGraphNode

 

Corresponding C++ library: TD_Db 

 

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