All Frameworks Class Hierarchy This Framework Indexes
CATAnalysisBase Class CATSamModelDataServices
Usage: you must use this class as is. You should never derive it.
public class CATSamModelDataServices
Global Services for Field model objects information.
Method Index
- o
GetDataCategory(CATSamExplicitPtr,CATSamValue&)
- Retrieves the category of a model data.
- o
GetDataSolverName(CATSamExplicitPtr,char*&)
- Retrieves the solver name of a model data.
- o
GetDataTag(CATSamExplicitPtr,CATLONG32&)
- Retrieves the external tag of a model data.
- o
GetDataType(CATSamExplicitPtr,CATSamDataType&)
- Retrieves the data type of a model data.
- o
GetDataUserName(CATSamExplicitPtr,char*&)
- Retrieves the user name of a model data.
- o
GetDataUserNumber(CATSamExplicitPtr,CATLONG32&)
- Retrieves the user number of a model data.
- o
GetDataValueType(CATSamExplicitPtr,CATSamValue&)
- Retrieves the value type of a model data characteristic.
- o
GetPhysicalType(CATSamExplicitPtr,CATSamPhysicalType&)
- Retrieves the physical type of a model data.
- o
HasRepeatedValues(CATSamExplicitPtr)
- Tells if the values of the charac are distributed or repeated.
- o
IsDeleted(CATSamExplicitPtr)
- Tells if the model data is logicaly.
Methods
o GetDataCategory
| public static GetDataCategory( | | iExpDataPtr, |
| | oCategory) |
-
Retrieves the category of a model data.
- Parameters:
-
- iExpDataPtr
- A pointer to a model data
- oCategory
- The category of the model data.
- See also:
- CATSamExplicitPtr, CATSamValue
o GetDataSolverName
| public static GetDataSolverName( | | iExpDataPtr, |
| const | oSolverName) |
-
Retrieves the solver name of a model data.
- Parameters:
-
- iExpDataPtr
- A pointer to a model data
- oSolverName
- The solver name of the model data.
- See also:
- CATSamExplicitPtr
o GetDataTag
| public static GetDataTag( | | iExpDataPtr, |
| | oTag) |
-
Retrieves the external tag of a model data.
- Parameters:
-
- iExpDataPtr
- A pointer to a model data
- oTag
- The tag of the model data.
- See also:
- CATSamExplicitPtr
o GetDataType
| public static GetDataType( | | iExpDataPtr, |
| | oDataType) |
-
Retrieves the data type of a model data.
- Parameters:
-
- iExpDataPtr
- A pointer to a model data
- oDataType
- The data type of the model data.
- See also:
- CATSamExplicitPtr, CATSamDataType
o GetDataUserName
| public static GetDataUserName( | | iExpDataPtr, |
| const | oUserName) |
-
Retrieves the user name of a model data.
- Parameters:
-
- iExpDataPtr
- A pointer to a model data
- oUserName
- The user name of the model data.
- See also:
- CATSamExplicitPtr
o GetDataUserNumber
| public static GetDataUserNumber( | | iExpDataPtr, |
| | oUserNumber) |
-
Retrieves the user number of a model data.
- Parameters:
-
- iExpDataPtr
- A pointer to a model data
- oUserNumber
- The user number of the model data.
- See also:
- CATSamExplicitPtr
o GetDataValueType
| public static GetDataValueType( | | iExpDataPtr, |
| | oValueType) |
-
Retrieves the value type of a model data characteristic.
- Parameters:
-
- iExpDataPtr
- A pointer to a model data
- oValueType
- The value type of the model data.
- See also:
- CATSamExplicitPtr, CATSamValue
o GetPhysicalType
| public static GetPhysicalType( | | iExpDataPtr, |
| | oPhysicalType) |
-
Retrieves the physical type of a model data.
- Parameters:
-
- iExpDataPtr
- A pointer to a model data
- oPhysicalType
- The physical type of the model data.
- See also:
- CATSamExplicitPtr, CATSamPhysicalType
o HasRepeatedValues
| public static HasRepeatedValues( | | iExpDataPtr) |
-
Tells if the values of the charac are distributed or repeated.
o IsDeleted
| public static IsDeleted( | | iExpDataPtr) |
-
Tells if the model data is logicaly.
This object is included in the file: CATSamModelDataServices.h
If needed, your Imakefile.mk should include the module: CATSAM0Core