36 #ifndef __SBNW_SBML_H_
37 #define __SBNW_SBML_H_
_GraphfabExport void gf_freeSBMLModel(gf_SBMLModel *lo)
Destructor for gf_SBMLModel.
Definition: autolayoutSBML.cpp:39
_GraphfabExport gf_SBMLModel * gf_loadSBMLbuf(const char *buf)
Load SBML from memory buffer. Struct contains a pointer to the document.
Definition: autolayoutSBML.cpp:47
C wrapper for SBMLDocument.
Definition: autolayoutSBML.h:49
_GraphfabExport gf_SBMLModel * gf_loadSBMLfile(const char *file)
Load SBML from memory buffer. Struct contains a pointer to the document.
Definition: autolayoutSBML.cpp:78