All Frameworks Class Hierarchy This Framework Indexes
CATAnalysisBase Class CATAnalysisExplicitSet
Usage: you must use this class as is. You should never derive it.
public class CATAnalysisExplicitSet
Field model set.
This object is used to provide services to the field model objects which can be sets.
Constructor and Destructor Index
- o
CATAnalysisExplicitSet(CATAnalysisExplicitData&)
- Copy constructor.
- o
CATAnalysisExplicitSet()
- Default constructor.
- o
CATAnalysisExplicitSet(CATAnalysisExplicitSet&)
- Copy constructor.
Method Index
- o
CreateSet(CATAnalysisExplicitModel*,CATSamPhysicalType)
- Creates a set in the field model.
- o
CreateSet(CATAnalysisExplicitSet&,CATSamPhysicalType)
- Creates a set in the field model as the child of an other set.
- o
operator =(CATAnalysisExplicitSet&)
- Assignment operator.
- o
operator =(CATAnalysisExplicitData&)
- Assignment operator.
Constructor and Destructor
o CATAnalysisExplicitSet
| public CATAnalysisExplicitSet( | const | iData) |
-
Copy constructor.
- See also:
- CATAnalysisExplicitData
o CATAnalysisExplicitSet
| public CATAnalysisExplicitSet( | ) |
-
Default constructor.
o CATAnalysisExplicitSet
| public CATAnalysisExplicitSet( | const | iSet) |
-
Copy constructor.
Methods
o CreateSet
| public CreateSet( | const | iModel, |
| | iPhysicalType) |
-
Creates a set in the field model.
- Parameters:
-
- iModel
- A pointer to the field model into which the set will be created.
- iPhysicalType
- The physical type of the set.
- See also:
- CATAnalysisExplicitModel
o CreateSet
| public CreateSet( | const | iParent, |
| | iPhysicalType) |
-
Creates a set in the field model as the child of an other set.
- Parameters:
-
- iParent
- The parent of the set which will be created.
- iPhysicalType
- The physical type of the set.
o operator =
| public operator =( | const | iSet) |
-
Assignment operator.
o operator =
| public operator =( | const | iData) |
-
Assignment operator.
- See also:
- CATAnalysisExplicitData
This object is included in the file: CATAnalysisExplicitSet.h
If needed, your Imakefile.mk should include the module: CATSAM0Explicit