All Frameworks Class Hierarchy This Framework Next Indexes
VisualizationBase Interface CATIVisCGRAdhesionSettingAtt
System.IUnknown
|
+---System.IDispatch
|
+---System.CATBaseUnknown
|
+---CATIVisCGRAdhesionSettingAtt
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATIVisCGRAdhesionSettingAtt
Interface to handle the activation state of the CGR containers.
This interface defines:
- A method to set each parameter
- A method to get the value of each parameter
- A method to lock/unlock each parameter
- A method to retrieve the informations concerning each parameter
Method Index
- o
GetV4V5_FDT(unsigned char&)
- Retrieves the V4V5_FDT container activation state.
- o
GetV4V5_FDTInfo(CATSettingInfo*)
- Retrieves information about the V4V5_FDT container activation state.
- o
GetV4_Model_CommentPage(unsigned char&)
- Retrieves the V4_Model_CommentPage container activation state.
- o
GetV4_Model_CommentPageInfo(CATSettingInfo*)
- Retrieves information about the V4_Model_CommentPage container activation state.
- o
GetV4_Model_LnF(unsigned char&)
- Retrieves the V4_Model_LnF container activation state.
- o
GetV4_Model_LnFInfo(CATSettingInfo*)
- Retrieves information about the V4_Model_LnF container activation state.
- o
GetV5_SPA(unsigned char&)
- Retrieves the V5_SPA container activation state.
- o
GetV5_SPAInfo(CATSettingInfo*)
- Retrieves information about the V5_SPA container activation state.
- o
GetVoxels(unsigned char&)
- Retrieves the Voxels container activation state.
- o
GetVoxelsInfo(CATSettingInfo*)
- Retrieves information about the Voxels container activation state.
- o
SetV4V5_FDT(unsigned char)
- Sets the V4V5_FDT container activation state.
- o
SetV4V5_FDTLock(unsigned char)
- Locks or unlocks the V4V5_FDT container activation state.
- o
SetV4_Model_CommentPage(unsigned char)
- Sets the V4_Model_CommentPage container activation state.
- o
SetV4_Model_CommentPageLock(unsigned char)
- Locks or unlocks the V4_Model_CommentPage container activation state.
- o
SetV4_Model_LnF(unsigned char)
- Sets the V4_Model_LnF container activation state.
- o
SetV4_Model_LnFLock(unsigned char)
- Locks or unlocks the V4_Model_LnF container activation state.
- o
SetV5_SPA(unsigned char)
- Sets the V5_SPA container activation state.
- o
SetV5_SPALock(unsigned char)
- Locks or unlocks the V5_SPA container activation state.
- o
SetVoxels(unsigned char)
- Sets the Voxels container activation state.
- o
SetVoxelsLock(unsigned char)
- Locks or unlocks the Voxels container activation state.
Methods
o GetV4V5_FDT
public virtual HRESULT GetV4V5_FDT( | unsigned char& | oActivated)=0 |
-
Retrieves the V4V5_FDT container activation state.
o GetV4V5_FDTInfo
-
Retrieves information about the V4V5_FDT container activation state.
Refer to
CATSysSettingController for a detailed description.
o GetV4_Model_CommentPage
public virtual HRESULT GetV4_Model_CommentPage( | unsigned char& | oActivated)=0 |
-
Retrieves the V4_Model_CommentPage container activation state.
o GetV4_Model_CommentPageInfo
-
Retrieves information about the V4_Model_CommentPage container activation state.
Refer to
CATSysSettingController for a detailed description.
o GetV4_Model_LnF
public virtual HRESULT GetV4_Model_LnF( | unsigned char& | oActivated)=0 |
-
Retrieves the V4_Model_LnF container activation state.
o GetV4_Model_LnFInfo
-
Retrieves information about the V4_Model_LnF container activation state.
Refer to
CATSysSettingController for a detailed description.
o GetV5_SPA
public virtual HRESULT GetV5_SPA( | unsigned char& | oActivated)=0 |
-
Retrieves the V5_SPA container activation state.
o GetV5_SPAInfo
-
Retrieves information about the V5_SPA container activation state.
Refer to
CATSysSettingController for a detailed description.
o GetVoxels
public virtual HRESULT GetVoxels( | unsigned char& | oActivated)=0 |
-
Retrieves the Voxels container activation state.
o GetVoxelsInfo
-
Retrieves information about the Voxels container activation state.
Refer to
CATSysSettingController for a detailed description.
o SetV4V5_FDT
public virtual HRESULT SetV4V5_FDT( | unsigned char | iActivated)=0 |
-
Sets the V4V5_FDT container activation state.
o SetV4V5_FDTLock
public virtual HRESULT SetV4V5_FDTLock( | unsigned char | iLock)=0 |
-
Locks or unlocks the V4V5_FDT container activation state.
Refer to
CATSysSettingController for a detailed description.
o SetV4_Model_CommentPage
public virtual HRESULT SetV4_Model_CommentPage( | unsigned char | iActivated)=0 |
-
Sets the V4_Model_CommentPage container activation state.
o SetV4_Model_CommentPageLock
public virtual HRESULT SetV4_Model_CommentPageLock( | unsigned char | iLock)=0 |
-
Locks or unlocks the V4_Model_CommentPage container activation state.
Refer to
CATSysSettingController for a detailed description.
o SetV4_Model_LnF
public virtual HRESULT SetV4_Model_LnF( | unsigned char | iActivated)=0 |
-
Sets the V4_Model_LnF container activation state.
o SetV4_Model_LnFLock
public virtual HRESULT SetV4_Model_LnFLock( | unsigned char | iLock)=0 |
-
Locks or unlocks the V4_Model_LnF container activation state.
Refer to
CATSysSettingController for a detailed description.
o SetV5_SPA
public virtual HRESULT SetV5_SPA( | unsigned char | iActivated)=0 |
-
Sets the V5_SPA container activation state.
o SetV5_SPALock
public virtual HRESULT SetV5_SPALock( | unsigned char | iLock)=0 |
-
Locks or unlocks the V5_SPA container activation state.
Refer to
CATSysSettingController for a detailed description.
o SetVoxels
public virtual HRESULT SetVoxels( | unsigned char | iActivated)=0 |
-
Sets the Voxels container activation state.
o SetVoxelsLock
public virtual HRESULT SetVoxelsLock( | unsigned char | iLock)=0 |
-
Locks or unlocks the Voxels container activation state.
Refer to
CATSysSettingController for a detailed description.
This object is included in the file: CATIVisCGRAdhesionSettingAtt.h
If needed, your Imakefile.mk should include the module: CATViz