OpenCMISS-Iron Internal API Documentation
|
Contains information on the models field for a CellML environment. More...
Public Attributes | |
type(cellml_type), pointer | cellml |
A pointer to the CellML environment. More... | |
logical | models_field_finished |
Is .TRUE. if the models field has finished being created, .FALSE. if not. More... | |
logical | models_field_auto_created |
Is .TRUE. if the models field has been auto created, .FALSE. if not. More... | |
type(field_type), pointer | models_field |
A pointer to the models field. More... | |
integer(intg) | only_one_model_index |
If only one model is used in the models field for the CellML environment then this will be equal to the model index. It will be zero otherwise. More... | |
Contains information on the models field for a CellML environment.
type(cellml_type), pointer types::cellml_models_field_type::cellml |
type(field_type), pointer types::cellml_models_field_type::models_field |
logical types::cellml_models_field_type::models_field_auto_created |
logical types::cellml_models_field_type::models_field_finished |