35 #ifndef FIELDUTILS_OUTPUTVTK
36 #define FIELDUTILS_OUTPUTVTK
75 virtual fs::path
GetPath(std::string &filename,
76 po::variables_map &vm);
79 po::variables_map &vm);
Converter from fld to vtk.
Converter from fld to vtk.
virtual void OutputFromPts(po::variables_map &vm)
Write from pts to output file.
virtual fs::path GetFullOutName(std::string &filename, po::variables_map &vm)
virtual fs::path GetPath(std::string &filename, po::variables_map &vm)
OutputVtk(FieldSharedPtr f)
void WriteVtkHeader(std::ostream &outfile)
virtual std::string GetModuleName()
void WriteVtkFooter(std::ostream &outfile)
void WriteEmptyVtkPiece(std::ofstream &outfile)
virtual void OutputFromExp(po::variables_map &vm)
Write from m_exp to output file.
static ModuleKey m_className
std::string PrepareOutput(po::variables_map &vm)
virtual void OutputFromData(po::variables_map &vm)
Write from data to output file.
void WritePVtu(po::variables_map &vm)
static std::shared_ptr< Module > create(FieldSharedPtr f)
Creates an instance of this class.
static std::shared_ptr< DataType > AllocateSharedPtr(const Args &...args)
Allocate a shared pointer from the memory pool.
std::shared_ptr< Field > FieldSharedPtr
std::pair< ModuleType, std::string > ModuleKey
The above copyright notice and this permission notice shall be included.