36 #ifndef UTILITIES_PREPROCESSING_FIELDCONVERT_PROCESSQUALITYMETRIC 
   37 #define UTILITIES_PREPROCESSING_FIELDCONVERT_PROCESSQUALITYMETRIC 
   39 #include "../Module.h" 
   61         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. 
 
virtual ~ProcessQualityMetric()
 
ProcessQualityMetric(FieldSharedPtr f)
 
static boost::shared_ptr< Module > create(FieldSharedPtr f)
Creates an instance of this class. 
 
boost::shared_ptr< Expansion > ExpansionSharedPtr
 
static ModuleKey className
 
boost::shared_ptr< Field > FieldSharedPtr
 
Array< OneD, NekDouble > GetQ(LocalRegions::ExpansionSharedPtr e)
 
This processing module scales the input fld file. 
 
Abstract base class for processing modules.