All Frameworks Class Hierarchy This Framework Previous Next Indexes
CATAnalysisBase Class CATAnalysisExplicitSet
CATAnalysisBase.CATAnalysisExplicitData
|
+---CATAnalysisBase.CATAnalysisExplicitChild
|
+---CATAnalysisBase.CATAnalysisExplicitParent
|
+---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()
- Default constructor.
- o
CATAnalysisExplicitSet(CATAnalysisExplicitData&)
- Copy 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 =(CATAnalysisExplicitData&)
- Assignment operator.
- o
operator =(CATAnalysisExplicitSet&)
- Assignment operator.
Constructor and Destructor
o CATAnalysisExplicitSet
public CATAnalysisExplicitSet( | ) |
-
Default constructor.
o CATAnalysisExplicitSet
-
Copy constructor.
- See also:
- CATAnalysisExplicitData
o CATAnalysisExplicitSet
-
Copy constructor.
Methods
o CreateSet
-
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
-
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 =
-
Assignment operator.
- See also:
- CATAnalysisExplicitData
o operator =
-
Assignment operator.
This object is included in the file: CATAnalysisExplicitSet.h
If needed, your Imakefile.mk should include the module: CATSAM0Explicit