Warning, file /education/marble/tools/mapreproject/mapreproject.h was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).
0001 #ifndef MAPREPROJECT_H 0002 #define MAPREPROJECT_H 0003 0004 enum EInterpolationMethod { UnknownInterpolationMethod, 0005 IntegerInterpolationMethod, 0006 NearestNeighborInterpolationMethod, 0007 AverageInterpolationMethod, 0008 BilinearInterpolationMethod }; 0009 0010 enum MapSourceType { UnknownMapSource, 0011 NasaWorldWindMap, 0012 BathymetryMap }; 0013 0014 #endif