36 #ifndef FIELDUTILS_PROCESSNUMMODES
37 #define FIELDUTILS_PROCESSNUMMODES
39 #include "../Module.h"
63 virtual void Process(po::variables_map &vm);
67 return "ProcessNumModes";
virtual void Process(po::variables_map &vm)
Write mesh to output file.
static boost::shared_ptr< DataType > AllocateSharedPtr()
Allocate a shared pointer from the memory pool.
virtual ~ProcessNumModes()
ProcessNumModes(FieldSharedPtr f)
pair< ModuleType, string > ModuleKey
static boost::shared_ptr< Module > create(FieldSharedPtr f)
Creates an instance of this class.
This processing module calculates the vorticity and adds it as an extra-field to the output file...
virtual std::string GetModuleName()
boost::shared_ptr< Field > FieldSharedPtr
static ModuleKey className
Abstract base class for processing modules.