36 #ifndef FIELDUTILS_PROCESSFIELD
37 #define FIELDUTILS_PROCESSFIELD
39 #include "../Module.h"
63 virtual void Process(po::variables_map &vm);
69 return "ProcessInterpField";
ProcessInterpField(FieldSharedPtr f)
static boost::shared_ptr< DataType > AllocateSharedPtr()
Allocate a shared pointer from the memory pool.
virtual std::string GetModuleName()
pair< ModuleType, string > ModuleKey
void PrintProgressbar(const int position, const int goal) const
static ModuleKey className
boost::shared_ptr< Field > FieldSharedPtr
This processing module interpolates one field to another.
FieldSharedPtr m_fromField
virtual ~ProcessInterpField()
static boost::shared_ptr< Module > create(FieldSharedPtr f)
Creates an instance of this class.
virtual void Process(po::variables_map &vm)
Write mesh to output file.
Abstract base class for processing modules.