USGS

Isis 3.0 Object Programmers' Reference

Home

NewHorizonsMvicTdiCamera.h
Go to the documentation of this file.
1 #ifndef NewHorizonsMvicTdiCamera_h
2 #define NewHorizonsMvicTdiCamera_h
3 
24 #include "LineScanCamera.h"
25 
26 namespace Isis {
27 
51  public:
52  // constructor
54 
57 
64  virtual int CkFrameId() const { return (-98000); }
65 
72  virtual int CkReferenceId() const { return (1); }
73 
80  virtual int SpkReferenceId() const { return (1); }
81 
82  private:
83  double m_etStart;
84  double m_lineRate;
85  };
86 };
87 #endif