Import/Export different file formats.
More...
Functions |
BEGIN_C_DECLS TCAPIEXPORT void | tc_exportSBML (const char *file) |
| save sbml format to a file
|
TCAPIEXPORT const char * | tc_getSBMLString () |
| get sbml formatted model as a string
|
TCAPIEXPORT const char * | tc_getAntimonyString () |
| get antimony formatted model as a string
|
TCAPIEXPORT void | tc_importSBML (const char *file) |
| load sbml model as string
|
TCAPIEXPORT void | tc_exportAntimony (const char *file) |
| save model as antimony file
|
TCAPIEXPORT void | tc_importAntimony (const char *file) |
| load model as string
|
TCAPIEXPORT void | tc_exportMatlab (const char *file) |
| save model as Octave
|
Detailed Description
Import/Export different file formats.
Function Documentation
TCAPIEXPORT void tc_exportAntimony |
( |
const char * |
file | ) |
|
save model as antimony file
- Parameters:
-
TCAPIEXPORT void tc_exportMatlab |
( |
const char * |
file | ) |
|
save model as Octave
- Parameters:
-
BEGIN_C_DECLS TCAPIEXPORT void tc_exportSBML |
( |
const char * |
file | ) |
|
save sbml format to a file
- Parameters:
-
TCAPIEXPORT const char* tc_getAntimonyString |
( |
| ) |
|
get antimony formatted model as a string
- Returns:
- const char* antimony /
TCAPIEXPORT const char* tc_getSBMLString |
( |
| ) |
|
get sbml formatted model as a string
- Returns:
- const char* sbml /
TCAPIEXPORT void tc_importAntimony |
( |
const char * |
file | ) |
|
load model as string
- Parameters:
-
TCAPIEXPORT void tc_importSBML |
( |
const char * |
file | ) |
|
load sbml model as string
- Parameters:
-