35#ifndef FIELDUTILS_PROCESSINTERPDATATOFLD
36#define FIELDUTILS_PROCESSINTERPDATATOFLD
64 void v_Process(po::variables_map &vm)
override;
68 return "ProcessInterpPointDataToFld";
73 return "Interpolating data to field";
This processing module interpolates one field to another.
~ProcessInterpPointDataToFld() override
ProcessInterpPointDataToFld(FieldSharedPtr f)
std::string v_GetModuleName() override
ModulePriority v_GetModulePriority() override
void v_Process(po::variables_map &vm) override
Write mesh to output file.
std::string v_GetModuleDescription() override
void PrintProgressbar(const int position, const int goal) const
static ModuleKey className
static std::shared_ptr< Module > create(FieldSharedPtr f)
Creates an instance of this class.
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.