OpenCMISS-Iron Internal API Documentation
types::cellml_models_field_type Type Reference

Contains information on the models field for a CellML environment. More...

Collaboration diagram for types::cellml_models_field_type:

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...
 

Detailed Description

Contains information on the models field for a CellML environment.

Definition at line 2285 of file types.f90.

Member Data Documentation

type(cellml_type), pointer types::cellml_models_field_type::cellml

A pointer to the CellML environment.

Definition at line 2286 of file types.f90.

type(field_type), pointer types::cellml_models_field_type::models_field

A pointer to the models field.

Definition at line 2289 of file types.f90.

logical types::cellml_models_field_type::models_field_auto_created

Is .TRUE. if the models field has been auto created, .FALSE. if not.

Definition at line 2288 of file types.f90.

logical types::cellml_models_field_type::models_field_finished

Is .TRUE. if the models field has finished being created, .FALSE. if not.

Definition at line 2287 of file types.f90.

integer(intg) types::cellml_models_field_type::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.

Definition at line 2290 of file types.f90.