36 #ifndef FIELDUTILS_PROCESSMEANMODE
37 #define FIELDUTILS_PROCESSMEANMODE
39 #include "../Module.h"
64 virtual void Process(po::variables_map &vm);
68 return "ProcessMeanMode";
static boost::shared_ptr< DataType > AllocateSharedPtr()
Allocate a shared pointer from the memory pool.
static boost::shared_ptr< Module > create(FieldSharedPtr f)
Creates an instance of this class.
virtual ~ProcessMeanMode()
pair< ModuleType, string > ModuleKey
This processing module replaces all expansions by the mean mode from 3DH1D fields.
static ModuleKey className
boost::shared_ptr< Field > FieldSharedPtr
This processing module replaces all expansions by a single plane from 3DH1D fields, defined by the parameter planeid.
ProcessMeanMode(FieldSharedPtr f)
virtual void Process(po::variables_map &vm)
Write mesh to output file.
virtual std::string GetModuleName()