USGS

Isis 3.0 Object Programmers' Reference

Home

HiresCamera.h
Go to the documentation of this file.
1 #ifndef HiresCamera_h
2 #define HiresCamera_h
3 
23 #include "FramingCamera.h"
24 
25 namespace Isis {
68  class HiresCamera : public FramingCamera {
69  public:
70  HiresCamera(Cube &cube);
73  virtual std::pair <iTime, iTime> ShutterOpenCloseTimes(double time,
74  double exposureDuration);
75 
82  virtual int CkFrameId() const { return (-40000); }
83 
90  virtual int CkReferenceId() const { return (1); }
91 
98  virtual int SpkReferenceId() const { return (1); }
99  };
100 };
101 #endif