35 #ifndef FIELDUTILS_PROCESSCREATEEXP 36 #define FIELDUTILS_PROCESSCREATEEXP 38 #include "../Module.h" 63 virtual void Process(po::variables_map &vm);
67 return "ProcessCreateExp";
72 return "Creating m_exp if needed";
static ModuleKey className
virtual std::string GetModuleName()
virtual ModulePriority GetModulePriority()
std::shared_ptr< Field > FieldSharedPtr
virtual std::string GetModuleDescription()
std::pair< ModuleType, std::string > ModuleKey
static std::shared_ptr< DataType > AllocateSharedPtr(const Args &...args)
Allocate a shared pointer from the memory pool.
ProcessCreateExp(FieldSharedPtr f)
This processing module scales the input fld file.
virtual void Process(po::variables_map &vm)
Write mesh to output file.
virtual ~ProcessCreateExp()
static std::shared_ptr< Module > create(FieldSharedPtr f)
Creates an instance of this class.
Abstract base class for processing modules.