00001 00011 #ifndef _WRITER_H 00012 #define _WRITER_H 00013 00014 #include <fstream> 00015 00016 namespace ace { 00017 00023 void write(std::ofstream& output_file); 00024 00029 void write_contexts(std::ofstream& output_file); 00030 00035 void write_stats(std::ofstream& output_file); 00036 00041 void write_morphologic_filter_stats(std::ofstream& output_file); 00042 00043 } // namespace ace 00044 00045 #endif
1.5.6