API Reference > OdDb Classes > OdDbEvalContext Class
OdDbEvalContext Class
OdDbEvalContext
Syntax
C++
class OdDbEvalContext : public OdRxObject;

DbEvalGraph.h

This class represents application data used during the evaluation of an OdDbEvalGraph object.

The graph passes the OdDbEvalContext object passed to OdDbEvalGraph::evaluate() to each node in the graph traversed as a result of calling OdDbEvalExpr::evaluate(). 

Corresponding C++ library: TD_DynBlocks

  • OdDbEvalConnectable
  • OdDbEvalContextIterator
  • OdDbEvalContextPair
  • OdDbEvalEdgeInfo
  • OdDbEvalExpr
  • OdDbEvalGraph
 
Name 
Description 
 
This is ~OdDbEvalContext, a member of class OdDbEvalContext. 
 
This is OdDbEvalContext, a member of class OdDbEvalContext. 
 
Name 
Description 
 
Returns the ContextPair with the specified key from this Context object.
pair (I/0) Specifies / receives the ContextPair. 
 
Inserts the specified ContextPair into this Context object.  
 
Returns an Iterator object that can be used to traverse this Context object. 
 
This is ODRX_DECLARE_MEMBERS, a member of class OdDbEvalContext. 
 
Removes the ContextPair with the specified key from this Context object.  
Copyright © 2002–2020. Open Design Alliance. All rights reserved.