All Frameworks Class Hierarchy This Framework Indexes
CATAnalysisInterfaces Interface CATISamAnalysisContext
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATISamAnalysisContext
Interface to define the usage context of an application based on CATISAMWorkshop.
Role:
Two contexts to customize an Analysis Workshop:
- "Designer" is used for a GPS application. (Generative one)
- "AdvancedMeshing" is used to work with meshing edition.
Method Index
- o
GetContext(CATString&)
- Retrieves the context of the Workshop.
- o
GetContext(CATSamAnalysisContext&)
- Retrieves the context of the CATAnalysis document.
- o
GetVisuModes(CATSamVisuMode&,CATSamVisuMode&)
- Retrieves the default and global context visualization mode.
- o
SetContext(CATString&)
- Sets the context of the Workshop.
- o
SetContext(CATSamAnalysisContext&)
- Sets the context of the CATAnalysis document.
- o
SetVisuModes(CATSamVisuMode,CATSamVisuMode,CATBoolean,CATBoolean)
- Sets the default and global context visualization mode.
Methods
o GetContext
| public virtual GetContext( | | oContext) |
-
Retrieves the context of the Workshop.
- Parameters:
-
- oContext
- context name.
o GetContext
| public virtual GetContext( | | oContext) |
-
Retrieves the context of the CATAnalysis document.
- Parameters:
-
- oContext
- the context.
o GetVisuModes
| public virtual GetVisuModes( | | oDefaultMode, |
| | oGlobalMode) |
-
Retrieves the default and global context visualization mode.
- Parameters:
-
- oDefaultMode
- the default visualization mode.
- oGlobalMode
- the global visualization mode.
o SetContext
| public virtual SetContext( | const | iContext) |
-
Sets the context of the Workshop.
- Parameters:
-
- iContext
- context name.
o SetContext
| public virtual SetContext( | const | iContext) |
-
Sets the context of the CATAnalysis document.
- Parameters:
-
- iContext
- the context.
o SetVisuModes
| public virtual SetVisuModes( | const | iDefaultMode, |
| const | iGlobalMode, |
| const | iPropagated | = FALSE, |
| const | iUpdateVisu | = TRUE) |
-
Sets the default and global context visualization mode.
- Parameters:
-
- iDefaultMode
- the default visualization mode.
- iGlobalMode
- the global visualization mode.
- iPropagated
- TRUE if modes are valuated due to propagation mechanism
- iUpdatVisu
- TRUE if Entities visulaization must be refreshed
This object is included in the file: CATISamAnalysisContext.h
If needed, your Imakefile.mk should include the module: CATAnalysisInterface