35 #ifndef FIELDUTILS_OUTPUTVTKBASE
36 #define FIELDUTILS_OUTPUTVTKBASE
75 virtual fs::path
GetPath(std::string &filename, po::variables_map &vm);
78 po::variables_map &vm);
Converter from fld to vtk.
Converter from fld to vtk.
std::string PrepareOutput(po::variables_map &vm)
void WriteEmptyVtkPiece(std::ofstream &outfile)
virtual fs::path GetPath(std::string &filename, po::variables_map &vm)
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 std::string GetModuleName()
void WriteVtkHeader(std::ostream &outfile)
static ModuleKey m_className
OutputVtkBase(FieldSharedPtr f)
void WritePVtu(po::variables_map &vm)
virtual void OutputFromData(po::variables_map &vm)
Write from data to output file.
virtual void OutputFromExp(po::variables_map &vm)
Write from m_exp to output file.
static std::shared_ptr< Module > create(FieldSharedPtr f)
Creates an instance of this class.
void WriteVtkFooter(std::ostream &outfile)
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.