35 #ifndef FIELDUTILS_PROCESSADDCOMPOSITEID 36 #define FIELDUTILS_PROCESSADDCOMPOSITEID 63 virtual void Process(po::variables_map &vm);
67 return "ProcessAddCompositeID";
72 return "Adding composite ID as a new field";
This processing module adds a fld with the composite ID.
std::shared_ptr< Field > FieldSharedPtr
virtual std::string GetModuleDescription()
virtual std::string GetModuleName()
std::pair< ModuleType, std::string > ModuleKey
virtual void Process(po::variables_map &vm)
Write mesh to output file.
static ModuleKey className
static std::shared_ptr< DataType > AllocateSharedPtr(const Args &...args)
Allocate a shared pointer from the memory pool.
virtual ModulePriority GetModulePriority()
ProcessAddCompositeID(FieldSharedPtr f)
static std::shared_ptr< Module > create(FieldSharedPtr f)
Creates an instance of this class.
virtual ~ProcessAddCompositeID()
Abstract base class for processing modules.