libSBML C API  libSBML 5.20.4 C API
Loading...
Searching...
No Matches
SBMLReader.cpp File Reference

Reads an SBML Document into memory. More...

Include dependency graph for SBMLReader.cpp:

Functions

SBMLDocument_treadSBML (const char *filename)
 @_tcopydoc_t _tdoc_readsbmlfromfile_t
 
SBMLDocument_treadSBMLFromFile (const char *filename)
 @_tcopydoc_t _tdoc_readsbmlfromfile_t
 
SBMLDocument_treadSBMLFromString (const char *xml)
 @_tcopydoc_t _tdoc_readsbmlfromstring_t
 
SBMLReader_tSBMLReader_create ()
 @_tendcond_t
 
void SBMLReader_free (SBMLReader_t *sr)
 _tFrees_t _tthe_t _tgiven_t _tSBMLReader_t_t.
 
int SBMLReader_hasBzip2 (void)
 _tReturns_t @_tc_t _t1_t (_ttrue_t) _tif_t _tthe_t _tunderlying_t _tlibSBML_t _tsupports_t @_tem_t _tbzip2_t _tformat_t _tcompression_t.
 
int SBMLReader_hasZlib (void)
 _tReturns_t @_tc_t _t1_t (_ttrue_t) _tif_t _tthe_t _tunderlying_t _tlibSBML_t _tsupports_t @_tem_t _tgzip_t _tand_t @_tem_t _tzlib_t _tformat_t _tcompression_t.
 
SBMLDocument_tSBMLReader_readSBML (SBMLReader_t *sr, const char *filename)
 @_tcopydoc_t _tdoc_readsbmlfromfile_t
 
SBMLDocument_tSBMLReader_readSBMLFromFile (SBMLReader_t *sr, const char *filename)
 @_tcopydoc_t _tdoc_readsbmlfromfile_t
 
SBMLDocument_tSBMLReader_readSBMLFromString (SBMLReader_t *sr, const char *xml)
 @_tcopydoc_t _tdoc_readsbmlfromstring_t
 

Detailed Description

Reads an SBML Document into memory.

Author
Ben Bornstein

Function Documentation

◆ readSBML()

◆ readSBMLFromFile()

SBMLDocument_t * readSBMLFromFile ( const char *  filename)

@_tcopydoc_t _tdoc_readsbmlfromfile_t

@_tparam_t _tfilename_t _tthe_t _tname_t _tor_t _tfull_t _tpathname_t _tof_t _tthe_t _tfile_t _tto_t _tbe_t _tread_t.

@_treturn_t _ta_t _tpointer_t _tto_t _tthe_t _tSBMLDocument_t _tstructure_t _tcreated_t _tfrom_t _tthe_t _tSBML_t _tcontent_t _tin_t @_tp_t _tfilename_t.

@_tif_t _tconly_t @_tmemberof_t _tSBMLReader_t_t @_tendif_t

Examples
translateL3Math.c.

◆ readSBMLFromString()

SBMLDocument_t * readSBMLFromString ( const char *  xml)

@_tcopydoc_t _tdoc_readsbmlfromstring_t

@_tparam_t _txml_t _ta_t _tstring_t _tcontaining_t _ta_t _tfull_t _tSBML_t _tmodel_t.

@_treturn_t _ta_t _tpointer_t _tto_t _tthe_t _tSBMLDocument_t _tstructure_t _tcreated_t _tfrom_t _tthe_t _tSBML_t _tcontent_t _tin_t @_tp_t _txml_t.

@_tcopydetails_t _tdoc_note_reading_comp_t

@_tif_t _tconly_t @_tmemberof_t _tSBMLReader_t_t @_tendif_t

◆ SBMLReader_create()

SBMLReader_t * SBMLReader_create ( void  )

@_tendcond_t

@_tclass_t _tdoc_sbmlreader_if_compressed_t

@_tcond_t _tdoxygenIgnored_t

◆ SBMLReader_free()

void SBMLReader_free ( SBMLReader_t sr)

_tFrees_t _tthe_t _tgiven_t _tSBMLReader_t_t.

@_tif_t _tconly_t @_tmemberof_t _tSBMLReader_t_t @_tendif_t

◆ SBMLReader_hasBzip2()

int SBMLReader_hasBzip2 ( )

_tReturns_t @_tc_t _t1_t (_ttrue_t) _tif_t _tthe_t _tunderlying_t _tlibSBML_t _tsupports_t @_tem_t _tbzip2_t _tformat_t _tcompression_t.

_tThis_t _tpredicate_t _ttests_t _twhether_t _tthe_t _tunderlying_t _tcopy_t _tof_t _tthe_t _tlibSBML_t _tlibrary_t _thas_t _tbeen_t _tlinked_t _twith_t _tthe_t _tnecessary_t _tlibraries_t _tto_t _tsupport_t @_tem_t _tbzip2_t _tcompression_t.

@_treturn_t @_tc_t _t1_t (_ttrue_t) _tif_t _tlibSBML_t _tis_t _tlinked_t _twith_t _tbzip2_t, @_tc_t _t0_t (_tfalse_t) _totherwise_t.

@_tif_t _tconly_t @_tmemberof_t _tSBMLReader_t_t @_tendif_t

◆ SBMLReader_hasZlib()

int SBMLReader_hasZlib ( )

_tReturns_t @_tc_t _t1_t (_ttrue_t) _tif_t _tthe_t _tunderlying_t _tlibSBML_t _tsupports_t @_tem_t _tgzip_t _tand_t @_tem_t _tzlib_t _tformat_t _tcompression_t.

_tThis_t _tpredicate_t _ttests_t _twhether_t _tthe_t _tunderlying_t _tcopy_t _tof_t _tthe_t _tlibSBML_t _tlibrary_t _thas_t _tbeen_t _tlinked_t _twith_t _tthe_t _tnecessary_t _tlibraries_t _tto_t _tsupport_t @_tem_t _tzlib_t _tcompression_t.

@_treturn_t @_tc_t _t1_t (_ttrue_t) _tif_t _tlibSBML_t _tis_t _tlinked_t _twith_t _tzlib_t, @_tc_t _t0_t (_tfalse_t) _totherwise_t.

@_tif_t _tconly_t @_tmemberof_t _tSBMLReader_t_t @_tendif_t

◆ SBMLReader_readSBML()

SBMLDocument_t * SBMLReader_readSBML ( SBMLReader_t sr,
const char *  filename 
)

@_tcopydoc_t _tdoc_readsbmlfromfile_t

_tThis_t _tfunction_t _tis_t _tidentical_t _tto_t _tSBMLReader_readSBMLFromFile_t().

@_tparam_t _tsr_t _tthe_t _tSBMLReader_t_t _tstructure_t _tto_t _tuse_t.

@_tparam_t _tfilename_t _ta_t _tstring_t _tgiving_t _tthe_t _tpath_t _tto_t _ta_t _tfile_t _twhere_t _tthe_t _tXML_t _tcontent_t _tis_t _tto_t _tbe_t _tfound_t.

@_treturn_t _ta_t _tpointer_t _tto_t _tthe_t _tSBMLDocument_t _tstructure_t _tcreated_t _tfrom_t _tthe_t _tSBML_t _tcontent_t _tread_t _tfrom_t @_tp_t _tfilename_t.

@_tcopydetails_t _tdoc_note_sbmlreader_error_handling_t

@_tif_t _tconly_t @_tmemberof_t _tSBMLReader_t_t @_tendif_t

◆ SBMLReader_readSBMLFromFile()

SBMLDocument_t * SBMLReader_readSBMLFromFile ( SBMLReader_t sr,
const char *  filename 
)

@_tcopydoc_t _tdoc_readsbmlfromfile_t

_tThis_t _tfunction_t _tis_t _tidentical_t _tto_t _tSBMLReader_readSBML_t().

@_tparam_t _tsr_t _tthe_t _tSBMLReader_t_t _tstructure_t _tto_t _tuse_t.

@_tparam_t _tfilename_t _ta_t _tstring_t _tgiving_t _tthe_t _tpath_t _tto_t _ta_t _tfile_t _twhere_t _tthe_t _tXML_t _tcontent_t _tis_t _tto_t _tbe_t _tfound_t.

@_treturn_t _ta_t _tpointer_t _tto_t _tthe_t _tSBMLDocument_t _tstructure_t _tcreated_t _tfrom_t _tthe_t _tSBML_t _tcontent_t _tread_t _tfrom_t @_tp_t _tfilename_t.

@_tcopydetails_t _tdoc_note_sbmlreader_error_handling_t

@_tif_t _tconly_t @_tmemberof_t _tSBMLReader_t_t @_tendif_t

◆ SBMLReader_readSBMLFromString()

SBMLDocument_t * SBMLReader_readSBMLFromString ( SBMLReader_t sr,
const char *  xml 
)

@_tcopydoc_t _tdoc_readsbmlfromstring_t

@_tparam_t _tsr_t _tthe_t _tSBMLReader_t_t _tstructure_t _tto_t _tuse_t.

@_tparam_t _txml_t _tthe_t _tinput_t _txml_t _tstring_t.

@_treturn_t _ta_t _tpointer_t _tto_t _tthe_t _tSBMLDocument_t _tread_t.

@_tcopydetails_t _tdoc_note_reading_comp_t

@_tif_t _tconly_t @_tmemberof_t _tSBMLReader_t_t @_tendif_t