#include <DbEvalGraph.h>
This class holds the directed edge information between pairs of nodes in an OdDbEvalGraph instance.
Corresponding C++ library: TD_DynBlocks <group OdDb_Classes>
- See also
- OdDbEvalConnectable OdDbEvalContext OdDbEvalContextIterator OdDbEvalContextPair OdDbEvalExpr OdDbEvalGraph
Definition at line 479 of file DbEvalGraph.h.
◆ OdDbEvalEdgeInfo() [1/2]
OdDbEvalEdgeInfo::OdDbEvalEdgeInfo |
( |
| ) |
|
|
inline |
◆ OdDbEvalEdgeInfo() [2/2]
- Parameters
-
fromId | [in] Node Id of the "from" Node object sharing the edge. |
toId | [in] Node Id of the "to" Node object sharing the edge. |
flags | [in] For internal use only. |
count | [in] Number of times this edge was added to the graph. |
Definition at line 494 of file DbEvalGraph.h.
◆ from()
Returns the Object ID of the originating node of this edge.
◆ isInvertible()
bool OdDbEvalEdgeInfo::isInvertible |
( |
| ) |
const |
Returns true if and only if this edge is invertible.
◆ isSuppressed()
bool OdDbEvalEdgeInfo::isSuppressed |
( |
| ) |
const |
Returns true if and only if this edge is suppressed.
◆ operator==()
◆ refCount()
unsigned long OdDbEvalEdgeInfo::refCount |
( |
| ) |
const |
Returns the number of times this edge was added to the graph.
◆ to()
Returns the Object ID of the terminating node of this edge.
The documentation for this class was generated from the following file: