All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

CATAnalysisVisuInterfaces Interface CATISamImageDeformation

System.IUnknown
  |
  +---System.IDispatch
    |
    +---System.CATBaseUnknown
      |
      +---CATISamImageDeformation
 

Usage: you can reimplement this interface by deriving the supplied CATESamImageDeformation adapter class.


interface CATISamImageDeformation

Analysis Images deformation.
Role: Analysis Images deformation definition.
Query this interface in order to define the physical type and the version to take into account for Image deformation.

BOA information: this interface CANNOT be implemented using the BOA (Basic Object Adapter). To know more about the BOA, refer to the CAA Encyclopedia home page. Click Middleware at the bottom left, then click the Object Modeler tab page.


Method Index


o GetPhysicalType(CATSamPhysicalType&)
Retrieves the physical type for deformation.
o GetVersion(CATSamCharacVersion&)
Retrieves the version for deformation.

Methods


o GetPhysicalType
public virtual HRESULT GetPhysicalType(CATSamPhysicalType& oPhysicalType)const = 0
Retrieves the physical type for deformation.
Parameters:
oPhysicalType.
The physical type to choose for deformation.
o GetVersion
public virtual HRESULT GetVersion(CATSamCharacVersion& oVersion) const = 0
Retrieves the version for deformation.
Parameters:
oVersion.
The version to choose for deformation.

This object is included in the file: CATISamImageDeformation.h
If needed, your Imakefile.mk should include the module: CATSamVisuUUID

Copyright © 2003, Dassault Systèmes. All rights reserved.