00001 #ifndef FakeBathymetry_h 00002 #define FakeBathymetry_h 00003 00004 //============================================================================== 00005 // $Id$ 00006 //============================================================================== 00007 00012 class FakeBathymetry 00013 { 00014 //============================================================================ 00015 public: 00016 00020 FakeBathymetry(); 00021 00025 ~FakeBathymetry(); 00026 00030 bool advance(); 00031 00032 //============================================================================ 00033 private: 00034 FakeBathymetry(const FakeBathymetry& rhs); 00035 FakeBathymetry& operator=(const FakeBathymetry& rhs); 00036 }; 00037 00038 //============================================================================== 00039 // 00040 // $Log$ 00041 // 00042 //============================================================================== 00043 00044 #endif