36 #ifndef FIELDUTILS_PROCESSHOMOGENEOUSSTRETCH
37 #define FIELDUTILS_PROCESSHOMOGENEOUSSTRETCH
39 #include "../Module.h"
64 virtual void Process(po::variables_map &vm);
68 return "ProcessHomogeneousStretch";
ProcessHomogeneousStretch(FieldSharedPtr f)
static boost::shared_ptr< DataType > AllocateSharedPtr()
Allocate a shared pointer from the memory pool.
pair< ModuleType, string > ModuleKey
This processing module stretches the homogeneous direction of a 3DH1D expansion by an integer factor...
static ModuleKey className
boost::shared_ptr< Field > FieldSharedPtr
virtual void Process(po::variables_map &vm)
Write mesh to output file.
static boost::shared_ptr< Module > create(FieldSharedPtr f)
Creates an instance of this class.
virtual ~ProcessHomogeneousStretch()
virtual std::string GetModuleName()
Abstract base class for processing modules.