36 #ifndef FIELDUTILS_OUTPUTPTS
37 #define FIELDUTILS_OUTPUTPTS
39 #include "../Module.h"
62 virtual void Process(po::variables_map &vm);
static ModuleKey m_className
virtual std::string GetModuleName()
static boost::shared_ptr< DataType > AllocateSharedPtr()
Allocate a shared pointer from the memory pool.
pair< ModuleType, string > ModuleKey
boost::shared_ptr< Field > FieldSharedPtr
OutputPts(FieldSharedPtr f)
virtual void Process(po::variables_map &vm)
Write fld to output file.
static boost::shared_ptr< Module > create(FieldSharedPtr f)
Creates an instance of this class.
Converter from fld to pts.
Abstract base class for output modules.