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

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...
 

Detailed Description

Starts the creation of CellML models field.

See also
OpenCMISS::Iron::cmfe_CellML_ModelsFieldCreateFinish

Definition at line 1129 of file opencmiss_iron.f90.

Member Function/Subroutine Documentation

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

Starts 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.
[in]cellmlusernumberThe user number of the CellML environment to start creating the models field for.
[in]cellmlmodelsfieldusernumberThe user number of the CellML models field to start creating.
[out]errThe error code.

Definition at line 14684 of file opencmiss_iron.f90.

subroutine opencmiss_iron::cmfe_cellml_modelsfieldcreatestart::cmfe_cellml_modelsfieldcreatestartobj ( type(cmfe_cellmltype), intent(inout)  CellML,
integer(intg), intent(in)  CellMLModelsFieldUserNumber,
type(cmfe_fieldtype), intent(inout)  field,
integer(intg), intent(out)  err 
)
private

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

Parameters
[in,out]cellmlThe CellML environment to start the creation of models field for.
[in]cellmlmodelsfieldusernumberThe user number of the CellML models field to start creating.
[in,out]fieldOn return, the created CellML models field.
[out]errThe error code.

Definition at line 14732 of file opencmiss_iron.f90.