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