35 #ifndef FIELDUTILS_PROCESSCONCATENATE
36 #define FIELDUTILS_PROCESSCONCATENATE
38 #include "../Module.h"
61 virtual void Process(po::variables_map &vm);
65 return "ProcessConcatenateFld";
70 return "Concatenating field file";
This processing module sets up for the boundary field to be extracted.
virtual void Process(po::variables_map &vm)
virtual ModulePriority GetModulePriority()
static ModuleKey className
virtual std::string GetModuleDescription()
ProcessConcatenateFld(FieldSharedPtr f)
virtual ~ProcessConcatenateFld()
virtual std::string GetModuleName()
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.