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