36 #ifndef UTILITIES_PREPROCESSING_FIELDCONVERT_PROCESSVORTICITY
37 #define UTILITIES_PREPROCESSING_FIELDCONVERT_PROCESSVORTICITY
39 #include "../Module.h"
62 virtual void Process(po::variables_map &vm);
static ModuleKey className
pair< ModuleType, string > ModuleKey
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.
This processing module calculates the vorticity and adds it as an extra-field to the output file...
virtual ~ProcessVorticity()
boost::shared_ptr< Field > FieldSharedPtr
ProcessVorticity(FieldSharedPtr f)
Abstract base class for processing modules.