OpenCMISS-Iron FORTRAN API Documentation
opencmiss_iron::cmfe_cellml_modelsfieldget Interface Reference

Returns the CellML models field for a CellML environment. More...

Private Member Functions

subroutine cmfe_cellml_modelsfieldgetnumber (regionUserNumber, CellMLUserNumber, CellMLModelsFieldUserNumber, err)
 Returns the CellML models field for a CellML environment identified by a user number. More...
 
subroutine cmfe_cellml_modelsfieldgetobj (CellML, field, err)
 Returns the CellML models field for a CellML environment identified by an object. More...
 

Detailed Description

Returns the CellML models field for a CellML environment.

Definition at line 1135 of file opencmiss_iron.f90.

Member Function/Subroutine Documentation

subroutine opencmiss_iron::cmfe_cellml_modelsfieldget::cmfe_cellml_modelsfieldgetnumber ( integer(intg), intent(in)  regionUserNumber,
integer(intg), intent(in)  CellMLUserNumber,
integer(intg), intent(out)  CellMLModelsFieldUserNumber,
integer(intg), intent(out)  err 
)
private

Returns the 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 get the CellML models field for.
[in]cellmlusernumberThe user number of the CellML enviroment to get the CellML models field for.
[out]cellmlmodelsfieldusernumberOn return, the user number of the CellML models field.
[out]errThe error code.

Definition at line 14759 of file opencmiss_iron.f90.

subroutine opencmiss_iron::cmfe_cellml_modelsfieldget::cmfe_cellml_modelsfieldgetobj ( type(cmfe_cellmltype), intent(inout)  CellML,
type(cmfe_fieldtype), intent(inout)  field,
integer(intg), intent(out)  err 
)
private

Returns the CellML models field for a CellML environment identified by an object.

Parameters
[in,out]cellmlThe CellML environment to get the models field for.
[in,out]fieldOn return, the CellML models field. Must not be associated on entry.
[out]errThe error code.

Definition at line 14808 of file opencmiss_iron.f90.