| OpenCMISS-Iron FORTRAN API Documentation
    | 
Starts the creation of CellML models field. More...
| Private Member Functions | |
| subroutine | cmfe_cellml_modelsfieldcreatestartnumber (regionUserNumber, CellMLUserNumber, CellMLModelsFieldUserNumber, err) | 
| Starts the creation of CellML models field for a CellML environment identified by a user number.  More... | |
| subroutine | cmfe_cellml_modelsfieldcreatestartobj (CellML, CellMLModelsFieldUserNumber, field, err) | 
| Start the creation of CellML models field for a CellML environment identified by an object.  More... | |
Starts the creation of CellML models field.
Definition at line 1129 of file opencmiss_iron.f90.
| 
 | private | 
Starts the creation of CellML models field for a CellML environment identified by a user number.
| [in] | regionusernumber | The user number of the region containing the CellML enviroment. | 
| [in] | cellmlusernumber | The user number of the CellML environment to start creating the models field for. | 
| [in] | cellmlmodelsfieldusernumber | The user number of the CellML models field to start creating. | 
| [out] | err | The error code. | 
Definition at line 14684 of file opencmiss_iron.f90.
| 
 | private | 
Start the creation of CellML models field for a CellML environment identified by an object.
| [in,out] | cellml | The CellML environment to start the creation of models field for. | 
| [in] | cellmlmodelsfieldusernumber | The user number of the CellML models field to start creating. | 
| [in,out] | field | On return, the created CellML models field. | 
| [out] | err | The error code. | 
Definition at line 14732 of file opencmiss_iron.f90.