00001 /* 00002 Last changed Time-stamp: <2005-11-17 13:55:39 raim> 00003 $Id: drawGraph.h,v 1.6 2005/11/17 13:01:50 raimc Exp $ 00004 */ 00005 #ifndef _DRAWGRAPH_H_ 00006 #define _DRAWGRAPH_H_ 00007 00008 #include "sbmlsolver/exportdefs.h" 00009 00010 #ifdef __cplusplus 00011 extern "C" { 00012 #endif 00013 00014 /* Drawing the model with GraphViz */ 00015 SBML_ODESOLVER_API int drawModel(Model_t *, char *, char*); 00016 SBML_ODESOLVER_API int drawJacoby(cvodeData_t *, char *, char*); 00017 SBML_ODESOLVER_API int drawSensitivity(cvodeData_t *, char *, char*, double); 00018 00019 #ifdef __cplusplus 00020 } 00021 #endif 00022 00023 #endif 00024 00025 /* End of file */