35 #ifndef FIELDUTILS_PROCESSMEAN
36 #define FIELDUTILS_PROCESSMEAN
38 #include "../Module.h"
63 virtual void Process(po::variables_map &vm);
72 return "Evaluating mean";
This processing module computes the mean of each field.
static std::shared_ptr< Module > create(FieldSharedPtr f)
Creates an instance of this class.
virtual ModulePriority GetModulePriority()
virtual void Process(po::variables_map &vm)
Write mesh to output file.
ProcessMean(FieldSharedPtr f)
virtual std::string GetModuleName()
static ModuleKey className
virtual std::string GetModuleDescription()
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
The above copyright notice and this permission notice shall be included.