All Frameworks  Class Hierarchy  This Framework  Previous  Indexes

CATAnalysisVisuInterfaces Interface CATISamImageOwner

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

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


interface CATISamImageOwner

Analysis Images access and deformation availability.
Role: Query this interface in order to get all the Images plugged under this object; or to verify the deformation availability.

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. Several articles deal with the BOA.


Method Index


o ConnectImages(CATLISTV(CATBaseUnknown_var)&)
Images connection.
o DisconnectAllImages()
Images disconnection.
o DisconnectImages(CATLISTV(CATBaseUnknown_var)&)
Images disconnection.
o GetConnectedImages(CATLISTV(CATBaseUnknown_var)&)
Images access.
o GetDeformationAvailability(CATBoolean&)
Deformation availability.

Methods


o ConnectImages
public virtual HRESULT ConnectImages(CATLISTV(CATBaseUnknown_var)& iImages) = 0
Images connection. Apecify a list of images which will be connected to this object.
Parameters:
iImageList.
the image list
o DisconnectAllImages
public virtual HRESULT DisconnectAllImages()= 0
Images disconnection. Disconnect all the images which are currently connected to this object.
Parameters:
oImageList.
the image list
o DisconnectImages
public virtual HRESULT DisconnectImages(CATLISTV(CATBaseUnknown_var)& iImages) = 0
Images disconnection. Disconnect a list of images which are currently connected to this object.
Parameters:
iImageList.
the image list
o GetConnectedImages
public virtual HRESULT GetConnectedImages(CATLISTV(CATBaseUnknown_var)& oImages) = 0
Images access. Retrieves the list of images which are connected to this object
Parameters:
oImageList.
the image list
o GetDeformationAvailability
public virtual HRESULT GetDeformationAvailability(CATBoolean& oIsAvailable) const = 0
Deformation availability.
Parameters:
oIsAvailable.
TRUE if deformation is available

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

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