36 #ifndef FIELDUTILS_PROCESSSURFDISTANCE
37 #define FIELDUTILS_PROCESSSURFDISTANCE
39 #include "../Module.h"
64 virtual void Process(po::variables_map &vm);
68 return "ProcessSurfDistance";
static ModuleKey className
virtual void Process(po::variables_map &vm)
Write mesh to output file.
static boost::shared_ptr< DataType > AllocateSharedPtr()
Allocate a shared pointer from the memory pool.
virtual ~ProcessSurfDistance()
virtual std::string GetModuleName()
ProcessSurfDistance(FieldSharedPtr f)
pair< ModuleType, string > ModuleKey
This processing module calculates the height of an element connected to a surface and adds it as an e...
boost::shared_ptr< Field > FieldSharedPtr
static boost::shared_ptr< Module > create(FieldSharedPtr f)
Creates an instance of this class.
Abstract base class for processing modules.