USGS

Isis 3.0 Object Programmers' Reference

Home

RadarGroundRangeMap.h
Go to the documentation of this file.
1 
23 #ifndef RadarGroundRangeMap_h
24 #define RadarGroundRangeMap_h
25 
26 #include "Camera.h"
27 #include "CameraFocalPlaneMap.h"
28 
29 namespace Isis {
30 
31 #ifndef RADAR_LOOK_DIR
32  namespace Radar {
33  enum LookDirection { Left, Right };
34  }
35 #define RADAR_LOOK_DIR
36 #endif
37 
55  public:
56  RadarGroundRangeMap(Camera *parent, const int naifIkCode);
57 
58  static void setTransform(int naifIkCode, double groundRangeResolution,
59  int samples, Radar::LookDirection ldir);
60  };
61 };
62 #endif