|
Isis 3.0 Developer's Reference (API) |
Home |
00001 00023 #ifndef RadarGroundRangeMap_h 00024 #define RadarGroundRangeMap_h 00025 00026 #include "Camera.h" 00027 #include "CameraFocalPlaneMap.h" 00028 00029 namespace Isis { 00030 00031 #ifndef RADAR_LOOK_DIR 00032 namespace Radar { 00033 enum LookDirection { Left, Right }; 00034 } 00035 #define RADAR_LOOK_DIR 00036 #endif 00037 00054 class RadarGroundRangeMap : public CameraFocalPlaneMap { 00055 public: 00056 RadarGroundRangeMap(Camera *parent, const int naifIkCode); 00057 00058 static void setTransform(int naifIkCode, double groundRangeResolution, 00059 int samples, Radar::LookDirection ldir); 00060 }; 00061 }; 00062 #endif