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

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

Collaboration diagram for types::cellml_state_field_type:

Public Attributes

type(cellml_type), pointer cellml
 A pointer to the CellML environment. More...
 
logical state_field_finished
 Is .TRUE. if the state field has finished being created, .FALSE. if not. More...
 
logical state_field_auto_created
 Is .TRUE. if the state field has been auto created, .FALSE. if not. More...
 
type(field_type), pointer state_field
 A pointer to the state field. More...
 

Detailed Description

Contains information on the state field for a CellML environment.

Definition at line 2294 of file types.f90.

Member Data Documentation

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

A pointer to the CellML environment.

Definition at line 2295 of file types.f90.

type(field_type), pointer types::cellml_state_field_type::state_field

A pointer to the state field.

Definition at line 2298 of file types.f90.

logical types::cellml_state_field_type::state_field_auto_created

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

Definition at line 2297 of file types.f90.

logical types::cellml_state_field_type::state_field_finished

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

Definition at line 2296 of file types.f90.