1 #ifndef PRINT_MAP_EVALUATION_H
2 #define PRINT_MAP_EVALUATION_H
27 virtual void Print(ostream& _os)
const;
Definition: MapEvaluatorMethod.h:16
Definition: PrintMapEvaluation.h:10
virtual ~PrintMapEvaluation()
Definition: PrintMapEvaluation.cpp:26
string m_baseName
The basename of the file to write.
Definition: PrintMapEvaluation.h:33
PrintMapEvaluation()
Constructs a PrintMapEvaluation object.
Definition: PrintMapEvaluation.cpp:5
virtual void Print(ostream &_os) const
Definition: PrintMapEvaluation.cpp:31
virtual bool operator()()
Write the map to a file.
Definition: PrintMapEvaluation.cpp:39