CFx SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
Public Member Functions | List of all members
OdDbEvalIdMap Class Referenceabstract

#include <DbEvalGraph.h>

Public Member Functions

virtual ~OdDbEvalIdMap ()
 
virtual OdDbEvalNodeId find (const OdDbEvalNodeId &key)=0
 
virtual void kill ()=0
 

Detailed Description

This class is used by OdDbEvalExpr::remappedNodeIds() to map old node IDs to new node IDs. <group OdDb_Classes>

Definition at line 102 of file DbEvalGraph.h.

Constructor & Destructor Documentation

◆ ~OdDbEvalIdMap()

virtual OdDbEvalIdMap::~OdDbEvalIdMap ( )
inlinevirtual

Virtual destructor. Frees allocated resources.

Definition at line 109 of file DbEvalGraph.h.

Member Function Documentation

◆ find()

virtual OdDbEvalNodeId OdDbEvalIdMap::find ( const OdDbEvalNodeId key)
pure virtual

Finds the node ID that key maps to.

Parameters
key[in] Input node ID
Returns
The found OdDbEvalNodeId object that is mapped to the input key.

◆ kill()

virtual void OdDbEvalIdMap::kill ( )
pure virtual

Deletes this map.


The documentation for this class was generated from the following file: