| OpenCMISS-Iron FORTRAN API Documentation
    | 
Starts the creation of a CellML environment. More...
| Private Member Functions | |
| subroutine | cmfe_cellml_createstartnumber (CellMLUserNumber, regionUserNumber, err) | 
| Starts the creation of a CellML environment identified by a user number.  More... | |
| subroutine | cmfe_cellml_createstartobj (CellMLUserNumber, region, CellML, err) | 
| Start the creation of a CellML environment identified by an object.  More... | |
Starts the creation of a CellML environment.
Definition at line 1091 of file opencmiss_iron.f90.
| 
 | private | 
Starts the creation of a CellML environment identified by a user number.
| [in] | cellmlusernumber | The user number of the CellML enviroment to start creating. | 
| [in] | regionusernumber | The user number of the Region containing the field to start the CellML enviroment creation on. | 
| [out] | err | The error code. | 
Definition at line 14179 of file opencmiss_iron.f90.
| 
 | private | 
Start the creation of a CellML environment identified by an object.
| [in] | cellmlusernumber | The user number of the CellML enviroment to start creating. | 
| [in] | region | The region containing the field to start the CellML enviroment creation on. | 
| [in,out] | cellml | On return, the created CellML environment. | 
| [out] | err | The error code. | 
Definition at line 14221 of file opencmiss_iron.f90.