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