00001 #ifndef __dot_h__ 00002 #define __dot_h__ 00003 00004 #include "Package.h" 00005 #include "tree_node.h" 00006 00007 class DotGenerator 00008 { 00009 public: 00010 void run (tree_node& top_node, 00011 const cmt_string& direction, 00012 bool collapsed = false, 00013 const cmt_string& tags = ""); 00014 }; 00015 00016 #endif