All Frameworks Class Hierarchy This Framework Indexes
VPMSTEPExchanges Interface VPMIExMapper
Usage: you can freely reimplement this interface.
interface VPMIExMapper
Description of the Mapper Interface.
Role: This interface must be re-implemented when a new Import/Export
mapper component needs to be defined. This component performs data mapping
from/to an exchange protocol to/from ENOV_DATAX format.
Method Index
- o
Convert(CATIContainer_var&,CATIContainer_var&)
- Starts mapping operations.
Methods
o Convert
| public virtual Convert( | const | iFromContainer, |
| const | iToContainer) |
-
Starts mapping operations.
Role: Starts mapping Data from the input CATIcontainer to the output CATIcontainer.
- Parameters:
-
- iFromContainer
- CATIContainer that contains the imput data to be mapped.
- iToContainer
- CATIContainer that contains the output working form where to map data from
iFromContainer.
This object is included in the file: VPMIExMapper.h
If needed, your Imakefile.mk should include the module: GUIDVPMSTEPExchanges