OpenMW
|
Default converter: simply reads the record and writes it unmodified to the output. More...
#include <converter.hpp>
Public Member Functions | |
virtual int | getStage () |
virtual void | read (ESM::ESMReader &esm) |
virtual void | write (ESM::ESMWriter &esm) |
Public Member Functions inherited from ESSImport::Converter | |
virtual | ~Converter () |
void | setContext (Context &context) |
Protected Attributes | |
std::map< std::string, T > | mRecords |
Protected Attributes inherited from ESSImport::Converter | |
Context * | mContext |
Default converter: simply reads the record and writes it unmodified to the output.
|
inlinevirtual |
Reimplemented from ESSImport::Converter.
|
inlinevirtual |
Reimplemented from ESSImport::Converter.
Reimplemented in ESSImport::ConvertBook, ESSImport::ConvertClass, and ESSImport::ConvertGlobal.
|
inlinevirtual |
Called after the input file has been read in completely, which may be necessary if the conversion process relies on information in other records
Reimplemented from ESSImport::Converter.
|
protected |