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";
ProcessInterpField(FieldSharedPtr f)
virtual std::string GetModuleDescription()
virtual ModulePriority GetModulePriority()
virtual std::string GetModuleName()
void PrintProgressbar(const int position, const int goal) const
std::shared_ptr< Field > FieldSharedPtr
static ModuleKey className
std::pair< ModuleType, std::string > ModuleKey
static std::shared_ptr< DataType > AllocateSharedPtr(const Args &...args)
Allocate a shared pointer from the memory pool.
This processing module interpolates one field to another.
static std::shared_ptr< Module > create(FieldSharedPtr f)
Creates an instance of this class.
virtual ~ProcessInterpField()
virtual void Process(po::variables_map &vm)
Write mesh to output file.
Abstract base class for processing modules.