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);
virtual void OutputFromPts(po::variables_map &vm)
Write from pts to output file.
void WritePVtu(po::variables_map &vm)
OutputVtk(FieldSharedPtr f)
static std::shared_ptr< Module > create(FieldSharedPtr f)
Creates an instance of this class.
Converter from fld to vtk.
virtual fs::path GetFullOutName(std::string &filename, po::variables_map &vm)
Converter from fld to vtk.
virtual void OutputFromExp(po::variables_map &vm)
Write from m_exp to output file.
void WriteVtkFooter(std::ostream &outfile)
void WriteVtkHeader(std::ostream &outfile)
std::shared_ptr< Field > FieldSharedPtr
std::pair< ModuleType, std::string > ModuleKey
std::string PrepareOutput(po::variables_map &vm)
static std::shared_ptr< DataType > AllocateSharedPtr(const Args &...args)
Allocate a shared pointer from the memory pool.
virtual fs::path GetPath(std::string &filename, po::variables_map &vm)
virtual std::string GetModuleName()
void WriteEmptyVtkPiece(std::ofstream &outfile)
static ModuleKey m_className
virtual void OutputFromData(po::variables_map &vm)
Write from data to output file.