USGS

Isis 3.0 Developer's Reference (API)

Home

KaguyaMiCamera.h
Go to the documentation of this file.
1 #ifndef KaguyaMiCamera_h
2 #define KaguyaMiCamera_h
3 
23 #include "LineScanCamera.h"
24 
25 namespace Isis {
41  class KaguyaMiCamera : public LineScanCamera {
42  public:
43  KaguyaMiCamera(Cube &cube);
44 
47 
54  virtual int CkFrameId() const { return (-131000); }
55 
62  virtual int CkReferenceId() const { return (1); }
63 
70  virtual int SpkReferenceId() const { return (1); }
71  };
72 };
73 #endif