USGS

Isis 3.0 Developer's Reference (API)

Home

HiriseCamera.h

Go to the documentation of this file.
00001 #ifndef HiriseCamera_h
00002 #define HiriseCamera_h
00003 
00025 #include "LineScanCamera.h"
00026 
00027 namespace Isis {
00054   class HiriseCamera : public LineScanCamera {
00055     public:
00056       // Constructs a HiriseCamera object
00057       HiriseCamera(Pvl &lab);
00058 
00059       // Destroys the HiriseCamera object
00060       ~HiriseCamera();
00061 
00068       virtual int CkFrameId() const { return (-74000); }
00069 
00076       virtual int CkReferenceId() const { return (-74900); }
00077 
00084       virtual int SpkReferenceId() const { return (1); }
00085   };
00086 };
00087 #endif