35 #ifndef FIELDUTILS_PROCESSL2CRITERION 36 #define FIELDUTILS_PROCESSL2CRITERION 38 #include "../Module.h" 62 virtual void Process(po::variables_map &vm);
66 return "ProcessL2Criterion";
71 return "Calculating Lambda 2 Criterion";
virtual std::string GetModuleName()
static std::shared_ptr< Module > create(FieldSharedPtr f)
Creates an instance of this class.
virtual void Process(po::variables_map &vm)
virtual std::string GetModuleDescription()
std::shared_ptr< Field > FieldSharedPtr
ProcessL2Criterion(FieldSharedPtr f)
virtual ~ProcessL2Criterion()
std::pair< ModuleType, std::string > ModuleKey
static ModuleKey className
static std::shared_ptr< DataType > AllocateSharedPtr(const Args &...args)
Allocate a shared pointer from the memory pool.
virtual ModulePriority GetModulePriority()
This processing module calculates the Lambda 2 Criterion and adds it as an extra-field to the output ...
Abstract base class for processing modules.