36 #ifndef FIELDUTILS_PROCESSSCALEINFLD
37 #define FIELDUTILS_PROCESSSCALEINFLD
39 #include "../Module.h"
64 virtual void Process(po::variables_map &vm);
68 return "ProcessScaleInFld";
static boost::shared_ptr< DataType > AllocateSharedPtr()
Allocate a shared pointer from the memory pool.
virtual ~ProcessScaleInFld()
pair< ModuleType, string > ModuleKey
virtual void Process(po::variables_map &vm)
Write mesh to output file.
static ModuleKey className
boost::shared_ptr< Field > FieldSharedPtr
virtual std::string GetModuleName()
static boost::shared_ptr< Module > create(FieldSharedPtr f)
Creates an instance of this class.
ProcessScaleInFld(FieldSharedPtr f)
This processing module scales the input fld file.
Abstract base class for processing modules.