All Frameworks Class Hierarchy This Framework Indexes
CATAnalysisVisuInterfaces Class CATESamImageOwner
Usage: you can derive this class.
public class CATESamImageOwner
Adapter for the implementation of CATISamImageOwner interface.
- See also:
- CATISamImageOwner
Constructor and Destructor Index
- o
CATESamImageOwner()
- Default constructor
- o
~CATESamImageOwner()
- Destructor
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.
Constructor and Destructor
o CATESamImageOwner
| public CATESamImageOwner( | ) |
-
Default constructor
o ~CATESamImageOwner
| public virtual ~CATESamImageOwner( | ) |
-
Destructor
Methods
o ConnectImages
| public ConnectImages( | | iImages) |
-
Images connection.
Apecify a list of images which will be connected to this object.
- Parameters:
-
- iImageList.
- the image list
o DisconnectAllImages
| public DisconnectAllImages( | ) |
-
Images disconnection.
Disconnect all the images which are currently connected to this object.
- Parameters:
-
- oImageList.
- the image list
o DisconnectImages
| public DisconnectImages( | | iImages) |
-
Images disconnection.
Disconnect a list of images which are currently connected to this object.
- Parameters:
-
- iImageList.
- the image list
o GetConnectedImages
| public 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: CATESamImageOwner.h
If needed, your Imakefile.mk should include the module: CATSamVisuImpl