All Frameworks Class Hierarchy This Framework Indexes
CATAnalysisVisuInterfaces Interface 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 ConnectImages( | | iImages) |
-
Images connection.
Apecify a list of images which will be connected to this object.
- Parameters:
-
- iImageList.
- the image list
o DisconnectAllImages
| public virtual DisconnectAllImages( | ) |
-
Images disconnection.
Disconnect all the images which are currently connected to this object.
- Parameters:
-
- oImageList.
- the image list
o DisconnectImages
| public virtual DisconnectImages( | | iImages) |
-
Images disconnection.
Disconnect a list of images which are currently connected to this object.
- Parameters:
-
- iImageList.
- the image list
o GetConnectedImages
| public virtual GetConnectedImages( | | oImages) |
-
Images access.
Retrieves the list of images which are connected to this object
- Parameters:
-
- oImageList.
- the image list
o GetDeformationAvailability
| public virtual GetDeformationAvailability( | | oIsAvailable) |
-
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