35#ifndef FIELDUTILS_PROCESSCONCATENATE
36#define FIELDUTILS_PROCESSCONCATENATE
60 void v_Process(po::variables_map &vm)
override;
64 return "ProcessConcatenateFld";
69 return "Concatenating field file";
This processing module sets up for the boundary field to be extracted.
std::string v_GetModuleName() override
std::string v_GetModuleDescription() override
void v_Process(po::variables_map &vm) override
static ModuleKey className
ModulePriority v_GetModulePriority() override
static std::shared_ptr< Module > create(FieldSharedPtr f)
Creates an instance of this class.
ProcessConcatenateFld(FieldSharedPtr f)
~ProcessConcatenateFld() override
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