35 #ifndef FIELDUTILS_PROCESSSCALEINFLD
36 #define FIELDUTILS_PROCESSSCALEINFLD
38 #include "../Module.h"
63 virtual void Process(po::variables_map &vm);
67 return "ProcessScaleInFld";
72 return "Rescaling input fld";
Abstract base class for processing modules.
This processing module scales the input fld file.
virtual std::string GetModuleDescription()
ProcessScaleInFld(FieldSharedPtr f)
virtual void Process(po::variables_map &vm)
Write mesh to output file.
virtual ~ProcessScaleInFld()
static ModuleKey className
virtual std::string GetModuleName()
virtual ModulePriority GetModulePriority()
static std::shared_ptr< Module > create(FieldSharedPtr f)
Creates an instance of this class.
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.