00001 #ifndef SHOWCELLSET_H 00002 #define SHOWCELLSET_H 00003 00004 #include "SundanceDefs.h" 00005 00006 00007 namespace Sundance 00008 { 00009 00010 using namespace TSF; 00011 using std::string; 00012 00013 using std::ostream; 00014 00015 class Mesh; 00016 00017 00018 void showCellSet(const string& filename, 00019 const Mesh& mesh, const string& label); 00020 00021 } 00022 #endif