35 #ifndef FIELDUTILS_PROCESSPOINTDATATOFLD
36 #define FIELDUTILS_PROCESSPOINTDATATOFLD
40 #include "../Module.h"
65 virtual void v_Process(po::variables_map &vm)
override;
69 return "ProcessPointDataToFld";
74 return "Projecting data to expansion";
Abstract base class for processing modules.
This processing module interpolates one field to another.
virtual ~ProcessPointDataToFld()
static std::shared_ptr< Module > create(FieldSharedPtr f)
Creates an instance of this class.
static ModuleKey className
virtual void v_Process(po::variables_map &vm) override
Write mesh to output file.
virtual std::string v_GetModuleName() override
virtual std::string v_GetModuleDescription() override
virtual ModulePriority v_GetModulePriority() override
ProcessPointDataToFld(FieldSharedPtr f)
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.