Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages   Examples  

RawMeshWriter.h

Go to the documentation of this file.
00001 #ifndef RAWMESHWRITER_H
00002 #define RAWMESHWRITER_H
00003 
00004 #include "SundanceDefs.h"
00005 
00006 #include "MeshWriter.h"
00007 #include <string>
00008 
00009 
00010 namespace Sundance
00011 {
00012 
00013   using namespace TSF;
00014   using std::string;
00015 
00016   using std::ostream;
00017 
00018   class Mesh;
00019 
00020   /**
00021    * \ingroup UserLevelGeometry
00022    * Writes a mesh in a big ASCII file
00023    */
00024 
00025   class RawMeshWriter: public MeshWriterBase
00026     {
00027     public:
00028       RawMeshWriter() : MeshWriterBase() {;}
00029       virtual ~RawMeshWriter() {;}
00030 
00031       virtual void write(const string& filename, const Mesh& mesh) const ;
00032 
00033     protected:
00034     };
00035 
00036 
00037 
00038 
00039 }
00040 #endif

Contact:
Kevin Long (krlong@ca.sandia.gov)


Documentation generated by