35 #ifndef FIELDUTILS_PROCESSCONCATENATE    36 #define FIELDUTILS_PROCESSCONCATENATE    38 #include "../Module.h"    62     virtual void Process(po::variables_map &vm);
    66         return "ProcessPrintFldNorms";
    71         return "Printing norms";
 
static ModuleKey className
 
ProcessPrintFldNorms(FieldSharedPtr f)
 
virtual std::string GetModuleName()
 
std::shared_ptr< Field > FieldSharedPtr
 
static std::shared_ptr< Module > create(FieldSharedPtr f)
Creates an instance of this class. 
 
virtual std::string GetModuleDescription()
 
std::pair< ModuleType, std::string > ModuleKey
 
virtual ModulePriority GetModulePriority()
 
static std::shared_ptr< DataType > AllocateSharedPtr(const Args &...args)
Allocate a shared pointer from the memory pool. 
 
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.