Isis 3 Programmer Reference
LunarLambertMcEwen.h
Go to the documentation of this file.
1 #ifndef LunarLambertMcEwen_h
2 #define LunarLambertMcEwen_h
3 
26 #include "PhotoModel.h"
27 
28 namespace Isis {
29  class Pvl;
30 
41  class LunarLambertMcEwen : public PhotoModel {
42  public:
43  LunarLambertMcEwen(Pvl &pvl);
44  virtual ~LunarLambertMcEwen() {};
45 
46  protected:
47  virtual double PhotoModelAlgorithm(double phase, double incidence,
48  double emission);
49 
50  private:
51  double p_photoM1;
52  double p_photoM2;
53  double p_photoM3;
54  double p_photoR30;
55  };
56 };
57 
58 #endif
Container for cube-like labels.
Definition: Pvl.h:135
Moonpr photometric model Computes normalized albedo for the Moon, normalized to 0 degrees emission an...
Namespace for ISIS/Bullet specific routines.
Definition: Apollo.h:31