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 {
62  class HiresCamera : public FramingCamera {
63  public:
64  HiresCamera(Cube &cube);
67  virtual std::pair <iTime, iTime> ShutterOpenCloseTimes(double time,
68  double exposureDuration);
69 
76  virtual int CkFrameId() const { return (-40000); }
77 
84  virtual int CkReferenceId() const { return (1); }
85 
92  virtual int SpkReferenceId() const { return (1); }
93  };
94 };
95 #endif