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

Finishes the creation of CellML models field. More...

Private Member Functions

subroutine cmfe_cellml_modelsfieldcreatefinishnumber (regionUserNumber, CellMLUserNumber, err)
 Finishes the creation of CellML models field for a CellML environment identified by a user number. More...
 
subroutine cmfe_cellml_modelsfieldcreatefinishobj (CellML, err)
 Finish the creation of CellML models field for a CellML environment identified by an object. More...
 

Detailed Description

Finishes the creation of CellML models field.

See also
OpenCMISS::Iron::cmfe_CellML_ModelsFieldCreateStart

Definition at line 1123 of file opencmiss_iron.f90.

Member Function/Subroutine Documentation

subroutine opencmiss_iron::cmfe_cellml_modelsfieldcreatefinish::cmfe_cellml_modelsfieldcreatefinishnumber ( integer(intg), intent(in)  regionUserNumber,
integer(intg), intent(in)  CellMLUserNumber,
integer(intg), intent(out)  err 
)
private

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

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

Definition at line 14614 of file opencmiss_iron.f90.

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

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

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

Definition at line 14659 of file opencmiss_iron.f90.