Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members  

export.hh

00001 #include "combinatorial_map.hh"
00002 
00003 typedef enum {draw_single,draw_all} draw_type;
00004 
00006 void export_to_descartes(combinatorial_map&,char*,draw_type type=draw_single);
00007 
00009 void export_to_bitmap(combinatorial_map&,vertex,char*);
00010 
00012 void export_to_lachaud(combinatorial_map&,vertex,char*);
00013 
00015 void lachaud_to_image(char*,char*);

Generated on Tue Jun 24 14:58:23 2003 for Combinatorial Pyramids by doxygen1.2.18