36 #ifndef FIELDUTILS_OUTPUTVTK
37 #define FIELDUTILS_OUTPUTVTK
39 #include "../Module.h"
62 virtual void Process(po::variables_map &vm);
OutputVtk(FieldSharedPtr f)
static boost::shared_ptr< DataType > AllocateSharedPtr()
Allocate a shared pointer from the memory pool.
Converter from fld to vtk.
pair< ModuleType, string > ModuleKey
virtual void Process(po::variables_map &vm)
Write fld to output file.
static boost::shared_ptr< Module > create(FieldSharedPtr f)
Creates an instance of this class.
boost::shared_ptr< Field > FieldSharedPtr
virtual std::string GetModuleName()
void WriteEmptyVtkPiece(std::ofstream &outfile)
static ModuleKey m_className
Abstract base class for output modules.