35#ifndef FIELDUTILS_PROCESSHOMOGENEOUSPLANE
36#define FIELDUTILS_PROCESSHOMOGENEOUSPLANE
64 virtual void v_Process(po::variables_map &vm)
override;
68 return "ProcessHomogeneousPlane";
73 return "Extracting plane";
This processing module replaces all expansions by a single plane from 3DH1D fields,...
virtual void v_Process(po::variables_map &vm) override
Write mesh to output file.
static ModuleKey className
virtual ~ProcessHomogeneousPlane()
ProcessHomogeneousPlane(FieldSharedPtr f)
virtual ModulePriority v_GetModulePriority() override
static std::shared_ptr< Module > create(FieldSharedPtr f)
Creates an instance of this class.
virtual std::string v_GetModuleDescription() override
virtual std::string v_GetModuleName() override
Abstract base class for processing modules.
static std::shared_ptr< DataType > AllocateSharedPtr(const Args &...args)
Allocate a shared pointer from the memory pool.
std::shared_ptr< Field > FieldSharedPtr
std::pair< ModuleType, std::string > ModuleKey
The above copyright notice and this permission notice shall be included.