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

Starts the creation of CellML parameters field. More...

Private Member Functions

subroutine cmfe_cellml_parametersfieldcreatestartnumber (regionUserNumber, CellMLUserNumber, CellMLParametersFieldUserNumber, err)
 Starts the creation of CellML parameters field for a CellML environment identified by a user number. More...
 
subroutine cmfe_cellml_parametersfieldcreatestartobj (CellML, CellMLParametersFieldUserNumber, field, err)
 Start the creation of CellML parameters field for a CellML environment identified by an object. More...
 

Detailed Description

Starts the creation of CellML parameters field.

See also
OpenCMISS::Iron::cmfe_CellML_ParametersFieldCreateFinish

Definition at line 1191 of file opencmiss_iron.f90.

Member Function/Subroutine Documentation

subroutine opencmiss_iron::cmfe_cellml_parametersfieldcreatestart::cmfe_cellml_parametersfieldcreatestartnumber ( integer(intg), intent(in)  regionUserNumber,
integer(intg), intent(in)  CellMLUserNumber,
integer(intg), intent(in)  CellMLParametersFieldUserNumber,
integer(intg), intent(out)  err 
)
private

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

Definition at line 15507 of file opencmiss_iron.f90.

subroutine opencmiss_iron::cmfe_cellml_parametersfieldcreatestart::cmfe_cellml_parametersfieldcreatestartobj ( type(cmfe_cellmltype), intent(inout)  CellML,
integer(intg), intent(in)  CellMLParametersFieldUserNumber,
type(cmfe_fieldtype), intent(inout)  field,
integer(intg), intent(out)  err 
)
private

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

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

Definition at line 15556 of file opencmiss_iron.f90.