TinkeCell API  1.0.0
C/Python/Octave/Ruby API
Functions
Import/Export

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:
constchar* filename /
TCAPIEXPORT void tc_exportMatlab ( const char *  file)

save model as Octave

Parameters:
constchar* filename /
BEGIN_C_DECLS TCAPIEXPORT void tc_exportSBML ( const char *  file)

save sbml format to a file

Parameters:
constchar* filename /
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:
constchar* filename /
TCAPIEXPORT void tc_importSBML ( const char *  file)

load sbml model as string

Parameters:
constchar* filename /
 All Data Structures