36 #ifndef UTILITIES_PREPROCESSING_FIELDCONVERT_PROCESSCOMBINEAVG
37 #define UTILITIES_PREPROCESSING_FIELDCONVERT_PROCESSCOMBINEAVG
39 #include "../Module.h"
64 virtual void Process(po::variables_map &vm);
68 return "ProcessCombineAvg";
static ModuleKey className
ProcessCombineAvg(FieldSharedPtr f)
pair< ModuleType, string > ModuleKey
static boost::shared_ptr< DataType > AllocateSharedPtr()
Allocate a shared pointer from the memory pool.
This processing module combines two fld files containing average fields.
static boost::shared_ptr< Module > create(FieldSharedPtr f)
Creates an instance of this class.
boost::shared_ptr< Field > FieldSharedPtr
virtual std::string GetModuleName()
virtual ~ProcessCombineAvg()
Abstract base class for processing modules.