All Frameworks Class Hierarchy This Framework Previous Indexes
CATAnalysisVisuInterfaces Class CATESamImageOwner
System.IUnknown
|
+---System.IDispatch
|
+---System.CATBaseUnknown
|
+---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
-
Images connection.
Apecify a list of images which will be connected to this object.
- Parameters:
-
- iImageList.
- the image list
o DisconnectAllImages
public HRESULT DisconnectAllImages( | ) |
-
Images disconnection.
Disconnect all the images which are currently connected to this object.
- Parameters:
-
- oImageList.
- the image list
o DisconnectImages
-
Images disconnection.
Disconnect a list of images which are currently connected to this object.
- Parameters:
-
- iImageList.
- the image list
o GetConnectedImages
-
Images access.
Retrieves the list of images which are connected to this object
- Parameters:
-
- oImageList.
- the image list
o GetDeformationAvailability
-
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