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