Imports the specified CellML model into a CellML models environment.
More...
|
| subroutine | cmfe_cellml_modelimportnumberc (regionUserNumber, CellMLUserNumber, URI, modelIndex, err) |
| | Imports a specified CellML model as specified by a character URI into a CellML environment identified by a user number. More...
|
| |
| subroutine | cmfe_cellml_modelimportobjc (CellML, URI, modelIndex, err) |
| | Imports a specified CellML model as specified by a character URI into a CellML environment identified by an object. More...
|
| |
| subroutine | cmfe_cellml_modelimportnumbervs (regionUserNumber, CellMLUserNumber, URI, modelIndex, err) |
| | Imports a specified CellML model as specified by a varying string URI into a CellML environment identified by a user number. More...
|
| |
| subroutine | cmfe_cellml_modelimportobjvs (CellML, URI, modelIndex, err) |
| | Imports a specified CellML model as specified by a varying string URI into a CellML environment identified by an object. More...
|
| |
Imports the specified CellML model into a CellML models environment.
Definition at line 1115 of file opencmiss_iron.f90.
| subroutine opencmiss_iron::cmfe_cellml_modelimport::cmfe_cellml_modelimportnumberc |
( |
integer(intg), intent(in) |
regionUserNumber, |
|
|
integer(intg), intent(in) |
CellMLUserNumber, |
|
|
character(len=*), intent(in) |
URI, |
|
|
integer(intg), intent(out) |
modelIndex, |
|
|
integer(intg), intent(out) |
err |
|
) |
| |
|
private |
Imports a specified CellML model as specified by a character URI into a CellML environment identified by a user number.
- Parameters
-
| [in] | regionusernumber | The user number of the region containing the CellML enviroment to import the model into. |
| [in] | cellmlusernumber | The user number of the CellML enviroment to import the model into. |
| [in] | uri | The URI of the CellML model to import. |
| [out] | modelindex | On return, the index of the imported model. |
| [out] | err | The error code. |
Definition at line 14466 of file opencmiss_iron.f90.
| subroutine opencmiss_iron::cmfe_cellml_modelimport::cmfe_cellml_modelimportnumbervs |
( |
integer(intg), intent(in) |
regionUserNumber, |
|
|
integer(intg), intent(in) |
CellMLUserNumber, |
|
|
type(varying_string), intent(in) |
URI, |
|
|
integer(intg), intent(out) |
modelIndex, |
|
|
integer(intg), intent(out) |
err |
|
) |
| |
|
private |
Imports a specified CellML model as specified by a varying string URI into a CellML environment identified by a user number.
- Parameters
-
| [in] | regionusernumber | The user number of the region containing the CellML enviroment to import the model into. |
| [in] | cellmlusernumber | The user number of the CellML enviroment to import the model into. |
| [in] | uri | The URI of the CellML model to import. |
| [out] | modelindex | On return, the index of the imported model. |
| [out] | err | The error code. |
Definition at line 14540 of file opencmiss_iron.f90.
| subroutine opencmiss_iron::cmfe_cellml_modelimport::cmfe_cellml_modelimportobjc |
( |
type(cmfe_cellmltype), intent(inout) |
CellML, |
|
|
character(len=*), intent(in) |
URI, |
|
|
integer(intg), intent(out) |
modelIndex, |
|
|
integer(intg), intent(out) |
err |
|
) |
| |
|
private |
Imports a specified CellML model as specified by a character URI into a CellML environment identified by an object.
- Parameters
-
| [in,out] | cellml | The CellML environment to import the model into. |
| [in] | uri | The URI of the CellML model to import. |
| [out] | modelindex | On return, the index of the imported model. |
| [out] | err | The error code. |
Definition at line 14513 of file opencmiss_iron.f90.
| subroutine opencmiss_iron::cmfe_cellml_modelimport::cmfe_cellml_modelimportobjvs |
( |
type(cmfe_cellmltype), intent(inout) |
CellML, |
|
|
type(varying_string), intent(in) |
URI, |
|
|
integer(intg), intent(out) |
modelIndex, |
|
|
integer(intg), intent(out) |
err |
|
) |
| |
|
private |
Imports a specified CellML model as specified by a varying string URI into a CellML environment identified by an object.
- Parameters
-
| [in,out] | cellml | The CellML environment to import the model into. |
| [in] | uri | The URI of the CellML model to import. |
| [out] | modelindex | On return, the index of the imported model. |
| [out] | err | The error code. |
Definition at line 14587 of file opencmiss_iron.f90.