Warning, file /education/marble/tools/mapreproject/InterpolationMethod.cpp was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).

0001 #include "InterpolationMethod.h"
0002 
0003 InterpolationMethod::InterpolationMethod( ReadOnlyMapImage * const mapImage )
0004     : m_mapImage( mapImage )
0005 {
0006 }
0007 
0008 InterpolationMethod::~InterpolationMethod()
0009 {
0010 }