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