36 #ifndef FIELDUTILS_PROCESSINTERPDATATOFLD
37 #define FIELDUTILS_PROCESSINTERPDATATOFLD
41 #include "../Module.h"
65 virtual void Process(po::variables_map &vm);
69 return "ProcessInterpPointDataToFld";
int PrintProgressbar(const int position, const int goal, const string message, int lastprogress=-1)
Prints a progressbar.
static boost::shared_ptr< DataType > AllocateSharedPtr()
Allocate a shared pointer from the memory pool.
virtual ~ProcessInterpPointDataToFld()
pair< ModuleType, string > ModuleKey
static boost::shared_ptr< Module > create(FieldSharedPtr f)
Creates an instance of this class.
boost::shared_ptr< Field > FieldSharedPtr
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.