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