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

Imports the specified CellML model into a CellML models environment. More...

Private Member Functions

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

Detailed Description

Imports the specified CellML model into a CellML models environment.

Definition at line 1115 of file opencmiss_iron.f90.

Member Function/Subroutine Documentation

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]regionusernumberThe user number of the region containing the CellML enviroment to import the model into.
[in]cellmlusernumberThe user number of the CellML enviroment to import the model into.
[in]uriThe URI of the CellML model to import.
[out]modelindexOn return, the index of the imported model.
[out]errThe 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]regionusernumberThe user number of the region containing the CellML enviroment to import the model into.
[in]cellmlusernumberThe user number of the CellML enviroment to import the model into.
[in]uriThe URI of the CellML model to import.
[out]modelindexOn return, the index of the imported model.
[out]errThe 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]cellmlThe CellML environment to import the model into.
[in]uriThe URI of the CellML model to import.
[out]modelindexOn return, the index of the imported model.
[out]errThe 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]cellmlThe CellML environment to import the model into.
[in]uriThe URI of the CellML model to import.
[out]modelindexOn return, the index of the imported model.
[out]errThe error code.

Definition at line 14587 of file opencmiss_iron.f90.