|
subroutine | cellml_model_import_c (CELLML, URI, MODEL_INDEX, ERR, ERROR,) |
| Import the specified CellML model into the given CellML environment object. More...
|
|
subroutine | cellml_model_import_vs (CELLML, URI, MODEL_INDEX, ERR, ERROR,) |
| Import the specified CellML model into the given CellML environment object. More...
|
|
Definition at line 123 of file cmiss_cellml.f90.
subroutine cmiss_cellml::cellml_model_import::cellml_model_import_c |
( |
type(cellml_type), pointer |
CELLML, |
|
|
character(len=*) |
URI, |
|
|
integer(intg), intent(out) |
MODEL_INDEX, |
|
|
integer(intg), intent(out) |
ERR, |
|
|
type(varying_string), intent(out) |
ERROR |
|
) |
| |
|
private |
Import the specified CellML model into the given CellML environment object.
- Parameters
-
| cellml | The CellML environment object into which we want to import the specified model. |
| uri | The (absolute? relative?) URI of the model to import. As per tracker item 2013 comment 8 the URI should now simply point to a CellML document. Can use a relative URL which will be interpreted relative to the CWD of the executed application. |
[out] | model_index | On return, the index for this model within the given CellML environment object. |
[out] | err | The error code. |
[out] | error | The error string. |
Definition at line 1701 of file cmiss_cellml.f90.
subroutine cmiss_cellml::cellml_model_import::cellml_model_import_vs |
( |
type(cellml_type), pointer |
CELLML, |
|
|
type(varying_string), intent(in) |
URI, |
|
|
integer(intg), intent(out) |
MODEL_INDEX, |
|
|
integer(intg), intent(out) |
ERR, |
|
|
type(varying_string), intent(out) |
ERROR |
|
) |
| |
|
private |
Import the specified CellML model into the given CellML environment object.
- Parameters
-
| cellml | The CellML environment object into which we want to import the specified model. |
[in] | uri | The (absolute? relative?) URI of the model to import. As per tracker item 2013 comment 8 the URI should now simply point to a CellML document. Can use a relative URL which will be interpreted relative to the CWD of the executed application. |
[out] | model_index | On return, the index for this model within the given CellML environment object. |
[out] | err | The error code. |
[out] | error | The error string. |
Definition at line 1769 of file cmiss_cellml.f90.