35 #ifndef FIELDUTILS_PROCESSCREATEEXP
36 #define FIELDUTILS_PROCESSCREATEEXP
38 #include "../Module.h"
63 virtual void Process(po::variables_map &vm);
69 return "ProcessCreateExp";
74 return "Creating m_exp if needed";
This processing module scales the input fld file.
virtual std::string GetModuleName()
virtual ModulePriority GetModulePriority()
virtual void Process(po::variables_map &vm)
Write mesh to output file.
virtual ~ProcessCreateExp()
ProcessCreateExp(FieldSharedPtr f)
static ModuleKey className
void LoadFieldData(bool useSessionVariables=false)
virtual std::string GetModuleDescription()
static std::shared_ptr< Module > create(FieldSharedPtr f)
Creates an instance of this class.
Abstract base class for processing modules.
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.