35 #ifndef FIELDUTILS_PROCESSFIELD
36 #define FIELDUTILS_PROCESSFIELD
38 #include "../Module.h"
62 virtual void Process(po::variables_map &vm);
68 return "ProcessInterpField";
73 return "Interpolating field";
This processing module interpolates one field to another.
virtual ModulePriority GetModulePriority()
void PrintProgressbar(const int position, const int goal) const
static std::shared_ptr< Module > create(FieldSharedPtr f)
Creates an instance of this class.
virtual std::string GetModuleName()
virtual void Process(po::variables_map &vm)
Write mesh to output file.
static ModuleKey className
virtual std::string GetModuleDescription()
ProcessInterpField(FieldSharedPtr f)
virtual ~ProcessInterpField()
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
The above copyright notice and this permission notice shall be included.