35 #ifndef UTILITIES_NEKMESH_PROCESSEXTRUDE
36 #define UTILITIES_NEKMESH_PROCESSEXTRUDE
static std::shared_ptr< DataType > AllocateSharedPtr(const Args &...args)
Allocate a shared pointer from the memory pool.
Abstract base class for processing modules.
This processing module extrudes a 2d mesh in the z direction.
virtual ~ProcessExtrude()
static std::shared_ptr< Module > create(NekMeshUtils::MeshSharedPtr m)
Creates an instance of this class.
static NekMeshUtils::ModuleKey className
ProcessExtrude(NekMeshUtils::MeshSharedPtr m)
std::pair< ModuleType, std::string > ModuleKey
std::shared_ptr< Mesh > MeshSharedPtr
Shared pointer to a mesh.