12 #ifndef __SBNW_SBML_H_ 13 #define __SBNW_SBML_H_ _GraphfabExport void gf_freeSBMLModel(gf_SBMLModel *lo)
Destructor for gf_SBMLModel.
Definition: autolayoutSBML.cpp:15
_GraphfabExport gf_SBMLModel * gf_loadSBMLbuf(const char *buf)
Load SBML from memory buffer. Struct contains a pointer to the document.
Definition: autolayoutSBML.cpp:23
C wrapper for SBMLDocument.
Definition: autolayoutSBML.h:25
_GraphfabExport gf_SBMLModel * gf_loadSBMLfile(const char *file)
Load SBML from memory buffer. Struct contains a pointer to the document.
Definition: autolayoutSBML.cpp:71