All Frameworks Class Hierarchy This Framework Indexes
CATAnalysisInterfaces Interface CATISamDisplayModel
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATISamDisplayModel
Analysis 2D Display model access.
Allows to connect a 2D Display feature under an analysis set or an analysis entity.
Method Index
- o
AddDisplay(CATISpecObject*)
- Adds a new Display in the model.
- o
ListDisplay(CATLISTV(CATBaseUnknown_var)*&)
- List all display's in the model.
- o
RemoveDisplay(CATISpecObject*)
- Removes a display from the model.
Methods
o AddDisplay
| public virtual AddDisplay( | const | ipiDisplay) |
-
Adds a new Display in the model.
- Parameters:
-
- ipiDisplay
- the Display feature.
o ListDisplay
| public virtual ListDisplay( | | oDisplayList) |
-
List all display's in the model.
- Parameters:
-
- oDisplayList
- the Display features.
o RemoveDisplay
| public virtual RemoveDisplay( | const | ipiDisplay) |
-
Removes a display from the model.
- Parameters:
-
- ipiDisplay
- the Display feature.
This object is included in the file: CATISamDisplayModel.h
If needed, your Imakefile.mk should include the module: CATAnalysisInterface