36 #ifndef UTILITIES_NEKMESH_PROCESSCHECK
37 #define UTILITIES_NEKMESH_PROCESSCHECK
39 #include "../Module.h"
pair< ModuleType, string > ModuleKey
static boost::shared_ptr< DataType > AllocateSharedPtr()
Allocate a shared pointer from the memory pool.
ProcessCyl(MeshSharedPtr m)
Default constructor.
virtual ~ProcessCyl()
Destructor.
virtual void Process()
Write mesh to output file.
boost::shared_ptr< Edge > EdgeSharedPtr
Shared pointer to an edge.
boost::shared_ptr< Mesh > MeshSharedPtr
Shared pointer to a mesh.
static boost::shared_ptr< Module > create(MeshSharedPtr m)
Creates an instance of this class.
void GenerateEdgeNodes(EdgeSharedPtr edge)
static ModuleKey className
Abstract base class for processing modules.