35#ifndef FIELDUTILS_PROCESSSCALEINFLD
36#define FIELDUTILS_PROCESSSCALEINFLD
64 virtual void v_Process(po::variables_map &vm)
override;
68 return "ProcessAddFld";
73 return "Adding new fld to input fld";
This processing module scales the input fld file.
virtual std::string v_GetModuleName() override
virtual ModulePriority v_GetModulePriority() override
static ModuleKey className
virtual void v_Process(po::variables_map &vm) override
Write mesh to output file.
ProcessAddFld(FieldSharedPtr f)
static std::shared_ptr< Module > create(FieldSharedPtr f)
Creates an instance of this class.
ModulePriority m_priority
virtual std::string v_GetModuleDescription() 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
The above copyright notice and this permission notice shall be included.