#include <DbEvalGraph.h>
This class represents application data used during the evaluation of an OdDbEvalGraph object.
Corresponding C++ library: TD_DynBlocks <group OdDb_Classes>
- See also
- OdDbEvalConnectable OdDbEvalContextIterator OdDbEvalContextPair OdDbEvalEdgeInfo OdDbEvalExpr OdDbEvalGraph
Definition at line 1011 of file DbEvalGraph.h.
◆ OdDbEvalContext()
OdDbEvalContext::OdDbEvalContext |
( |
| ) |
|
◆ ~OdDbEvalContext()
virtual OdDbEvalContext::~OdDbEvalContext |
( |
| ) |
|
|
virtual |
◆ getAt()
Returns the ContextPair with the specified key from this Context object.
pair (I/0) Specifies / receives the ContextPair.
Returns true if and only if the pari exists.
◆ insertAt()
Inserts the specified ContextPair into this Context object.
- Parameters
-
pair | [in] ContextPair to insert. |
◆ newIterator()
Returns an Iterator object that can be used to traverse this Context object.
◆ ODRX_DECLARE_MEMBERS()
◆ removeAt()
virtual void OdDbEvalContext::removeAt |
( |
const OdString & |
key | ) |
|
|
virtual |
Removes the ContextPair with the specified key from this Context object.
- Parameters
-
key | [in] Key of ContextPair to remove. |
◆ OdDbImpEvalContextIterator
friend class OdDbImpEvalContextIterator |
|
friend |
The documentation for this class was generated from the following file: