35 #ifndef FIELDUTILS_PROCESSMAPPING
36 #define FIELDUTILS_PROCESSMAPPING
38 #include "../Module.h"
64 virtual void Process(po::variables_map &vm);
68 return "ProcessMapping";
73 return "Applying mapping to field";
This processing module scales the input fld file.
virtual ~ProcessMapping()
virtual std::string GetModuleName()
virtual ModulePriority GetModulePriority()
virtual void Process(po::variables_map &vm)
Write mesh to output file.
static ModuleKey className
ProcessMapping(FieldSharedPtr f)
static std::shared_ptr< Module > create(FieldSharedPtr f)
Creates an instance of this class.
static GlobalMapping::MappingSharedPtr GetMapping(FieldSharedPtr f)
virtual std::string GetModuleDescription()
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
GLOBAL_MAPPING_EXPORT typedef std::shared_ptr< Mapping > MappingSharedPtr
A shared pointer to a Mapping object.
The above copyright notice and this permission notice shall be included.