• Main Page
  • Related Pages
  • Modules
  • Data Structures
  • Files
  • File List
  • Globals

sst/elements/routermodel/src_genTopo/dot.h

00001 /*
00002 ** $Id: dot.h,v 1.3 2010/04/27 19:48:31 rolf Exp $
00003 **
00004 ** Rolf Riesen, March 2010, Sandia National Laboratories
00005 **
00006 */
00007 #ifndef _DOT_H_
00008 #define _DOT_H_
00009 
00010 #include <stdio.h>
00011 
00012 
00013 void dot_header(FILE *dotfile, char *graph_name);
00014 void dot_body(FILE *dotfile);
00015 void dot_footer(FILE *dotfile);
00016 
00017 #endif /* _DOT_H_ */

Generated on Fri Oct 22 2010 11:02:28 for SST by  doxygen 1.7.1