All Frameworks Class Hierarchy This Framework Indexes
CATAnalysisInterfaces Interface CATISamSolution
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATISamSolution
Defines Analysis Solution.
Role: Interface designed to manage CATISamSolution behaviour.
This behavoir allows specific capability for an analysis set defined as a solution.
This interface is dedicated to be used on the SolutionSet Startup.
- See also:
- CATISamAnalysisCase, CATISamAnalysisSet
Method Index
- o
GetCase(CATISamAnalysisCase*&)
- Retrieves the CATISamAnalysisCase for the Solution Set.
- o
SetCase(CATISamAnalysisCase*)
- Defines the CATISamAnalysisCase for the Solution Set.
Methods
o GetCase
| public virtual GetCase( | | oCase) |
-
Retrieves the CATISamAnalysisCase for the Solution Set.
- Parameters:
-
- oCase
- [out , CATBaseUnknown#Release] CATISamAnalysisCase parent of the solution.
o SetCase
| public virtual SetCase( | const | iCase) |
-
Defines the CATISamAnalysisCase for the Solution Set.
- Parameters:
-
- iCase
- CATISamAnalysisCase parent of the solution.
This object is included in the file: CATISamSolution.h
If needed, your Imakefile.mk should include the module: CATAnalysisInterface