35 #ifndef FIELDUTILS_PROCESSHOMOGENEOUSPLANE 36 #define FIELDUTILS_PROCESSHOMOGENEOUSPLANE 38 #include "../Module.h" 63 virtual void Process(po::variables_map &vm);
67 return "ProcessHomogeneousPlane";
72 return "Extracting plane";
ProcessHomogeneousPlane(FieldSharedPtr f)
virtual void Process(po::variables_map &vm)
Write mesh to output file.
virtual std::string GetModuleDescription()
static ModuleKey className
std::shared_ptr< Field > FieldSharedPtr
std::pair< ModuleType, std::string > ModuleKey
static std::shared_ptr< DataType > AllocateSharedPtr(const Args &...args)
Allocate a shared pointer from the memory pool.
This processing module replaces all expansions by a single plane from 3DH1D fields, defined by the parameter planeid.
virtual ModulePriority GetModulePriority()
virtual ~ProcessHomogeneousPlane()
Abstract base class for processing modules.
static std::shared_ptr< Module > create(FieldSharedPtr f)
Creates an instance of this class.
virtual std::string GetModuleName()