35 #ifndef UTILITIES_NEKMESH_PROCESSPERALIGN
36 #define UTILITIES_NEKMESH_PROCESSPERALIGN
static std::shared_ptr< DataType > AllocateSharedPtr(const Args &...args)
Allocate a shared pointer from the memory pool.
Abstract base class for processing modules.
virtual ~ProcessPerAlign()
Destructor.
virtual void Process()
Write mesh to output file.
static std::shared_ptr< Module > create(NekMeshUtils::MeshSharedPtr m)
Creates an instance of this class.
static NekMeshUtils::ModuleKey className
ProcessPerAlign(NekMeshUtils::MeshSharedPtr m)
Default constructor.
std::pair< ModuleType, std::string > ModuleKey
std::shared_ptr< Mesh > MeshSharedPtr
Shared pointer to a mesh.