36 #ifndef FIELDUTILS_PROCESSCONCATENATE
37 #define FIELDUTILS_PROCESSCONCATENATE
39 #include "../Module.h"
63 virtual void Process(po::variables_map &vm);
67 return "ProcessPrintFldNorms";
static boost::shared_ptr< DataType > AllocateSharedPtr()
Allocate a shared pointer from the memory pool.
static ModuleKey className
ProcessPrintFldNorms(FieldSharedPtr f)
virtual std::string GetModuleName()
static boost::shared_ptr< Module > create(FieldSharedPtr f)
Creates an instance of this class.
pair< ModuleType, string > ModuleKey
boost::shared_ptr< Field > FieldSharedPtr
virtual void Process(po::variables_map &vm)
This processing module prints the L2 and LInf norms of the variables in the field.
virtual ~ProcessPrintFldNorms()
Abstract base class for processing modules.