35 #ifndef FIELDUTILS_PROCESSNUMMODES
36 #define FIELDUTILS_PROCESSNUMMODES
38 #include "../Module.h"
62 virtual void Process(po::variables_map &vm);
66 return "ProcessNumModes";
71 return "Calculating number of modes";
Abstract base class for processing modules.
This processing module calculates the vorticity and adds it as an extra-field to the output file.
virtual void Process(po::variables_map &vm)
Write mesh to output file.
virtual std::string GetModuleDescription()
virtual ModulePriority GetModulePriority()
ProcessNumModes(FieldSharedPtr f)
static std::shared_ptr< Module > create(FieldSharedPtr f)
Creates an instance of this class.
virtual std::string GetModuleName()
static ModuleKey className
virtual ~ProcessNumModes()
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.