OpenCMISS-Iron Internal API Documentation
opencmiss_iron::cmfe_cellml_createfinish Interface Reference

Finishes the creation of a CellML environment. More...

Private Member Functions

subroutine cmfe_cellml_createfinishnumber (regionUserNumber, CellMLUserNumber, err)
 Finishes the creation of a CellML environment identified by a user number. More...
 
subroutine cmfe_cellml_createfinishobj (CellML, err)
 Finish the creation of a CellML environment identified by an object. More...
 

Detailed Description

Finishes the creation of a CellML environment.

See also
OpenCMISS::Iron::cmfe_CellML_CreateStart

Definition at line 1085 of file opencmiss_iron.f90.

Member Function/Subroutine Documentation

subroutine opencmiss_iron::cmfe_cellml_createfinish::cmfe_cellml_createfinishnumber ( integer(intg), intent(in)  regionUserNumber,
integer(intg), intent(in)  CellMLUserNumber,
integer(intg), intent(out)  err 
)
private

Finishes the creation of a CellML environment identified by a user number.

Parameters
[in]regionusernumberThe user number of the region containing the CellML environment.
[in]cellmlusernumberThe user number of the CellML enviroment to finish creating.
[out]errThe error code.

Definition at line 14101 of file opencmiss_iron.f90.

subroutine opencmiss_iron::cmfe_cellml_createfinish::cmfe_cellml_createfinishobj ( type(cmfe_cellmltype), intent(inout)  CellML,
integer(intg), intent(out)  err 
)
private

Finish the creation of a CellML environment identified by an object.

Parameters
[in,out]cellmlThe CellML environment to finish the creation of.
[out]errThe error code.

Definition at line 14150 of file opencmiss_iron.f90.