Main Page | Modules | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

coloringtofig.cpp

Go to the documentation of this file.
00001 #include <iostream>
00002 #include "coloring.hpp"
00003 
00004 int main(int argc, char** argv) {
00005   Arak::Coloring c;
00006   std::cin >> c;
00007   if (!std::cin.good()) {
00008     std::cerr << "Error reading coloring from standard input." << std::endl;
00009     return 1;
00010   }
00011   c.writeXfig(std::cout);
00012   return 0;
00013 }

Generated on Wed May 25 14:39:16 2005 for Arak by doxygen 1.3.6