35 #ifndef FIELDUTILS_PROCESSINTERPDATATOFLD 36 #define FIELDUTILS_PROCESSINTERPDATATOFLD 40 #include "../Module.h" 64 virtual void Process(po::variables_map &vm);
68 return "ProcessInterpPointDataToFld";
73 return "Interpolating data to field";
int PrintProgressbar(const int position, const int goal, const std::string message, int lastprogress=-1)
Prints a progressbar.
virtual ModulePriority GetModulePriority()
virtual std::string GetModuleDescription()
virtual ~ProcessInterpPointDataToFld()
std::shared_ptr< Field > FieldSharedPtr
std::pair< ModuleType, std::string > ModuleKey
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.
This processing module interpolates one field to another.
virtual std::string GetModuleName()
static ModuleKey className
void PrintProgressbar(const int position, const int goal) const
ProcessInterpPointDataToFld(FieldSharedPtr f)
virtual void Process(po::variables_map &vm)
Write mesh to output file.
Abstract base class for processing modules.