35 #ifndef FIELDUTILS_PROCESSSURFDISTANCE 36 #define FIELDUTILS_PROCESSSURFDISTANCE 63 virtual void Process(po::variables_map &vm);
67 return "ProcessSurfDistance";
72 return "Calculating distance to surface";
static ModuleKey className
static std::shared_ptr< Module > create(FieldSharedPtr f)
Creates an instance of this class.
virtual void Process(po::variables_map &vm)
Write mesh to output file.
virtual ~ProcessSurfDistance()
virtual std::string GetModuleName()
ProcessSurfDistance(FieldSharedPtr f)
virtual std::string GetModuleDescription()
std::shared_ptr< Field > FieldSharedPtr
std::pair< ModuleType, std::string > ModuleKey
This processing module calculates the height of an element connected to a surface and adds it as an e...
static std::shared_ptr< DataType > AllocateSharedPtr(const Args &...args)
Allocate a shared pointer from the memory pool.