35 #ifndef FIELDUTILS_PROCESSINTERPDATATOFLD
36 #define FIELDUTILS_PROCESSINTERPDATATOFLD
40 #include "../Module.h"
64 virtual void Process(po::variables_map &vm);
68 return "ProcessInterpPointDataToFld";
73 return "Interpolating data to field";
This processing module interpolates one field to another.
virtual void Process(po::variables_map &vm)
Write mesh to output file.
virtual ~ProcessInterpPointDataToFld()
static std::shared_ptr< Module > create(FieldSharedPtr f)
Creates an instance of this class.
virtual std::string GetModuleName()
ProcessInterpPointDataToFld(FieldSharedPtr f)
virtual std::string GetModuleDescription()
void PrintProgressbar(const int position, const int goal) const
static ModuleKey className
virtual ModulePriority GetModulePriority()
Abstract base class for processing modules.
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
int PrintProgressbar(const int position, const int goal, const std::string message, int lastprogress=-1)
Prints a progressbar.