OpenCMISS-Iron Internal API Documentation
cmiss_cellml::map_cellml_field_type_to_variable_type Interface Reference

Map a CellML field type to a CellML variable type from OpenCMISS(cellml). More...

Private Member Functions

integer(intg) function map_cellml_field_type_to_variable_type_intg (CELLML_FIELD_TYPE, ERR, ERROR)
 Maps a CellML field type to a CellML variable type (. More...
 

Detailed Description

Map a CellML field type to a CellML variable type from OpenCMISS(cellml).

See also
CMISS_CELLML::FieldTypes,CMISS_CELLML

Definition at line 119 of file cmiss_cellml.f90.

Member Function/Subroutine Documentation

integer(intg) function cmiss_cellml::map_cellml_field_type_to_variable_type::map_cellml_field_type_to_variable_type_intg ( integer(intg), intent(in)  CELLML_FIELD_TYPE,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private

Maps a CellML field type to a CellML variable type (.

See also
CMISS_CELLML::FieldTypes,CMISS_CELLML)
Parameters
[in]cellml_field_typeThe CellML field type to map.
[out]errThe error code
[out]errorThe error string

Definition at line 4508 of file cmiss_cellml.f90.