Isis 3 Programmer Reference
LommelSeeliger.h
Go to the documentation of this file.
1 #ifndef LommelSeeliger_h
2 #define LommelSeeliger_h
3 
26 #include "PhotoModel.h"
27 
28 namespace Isis {
29  class Pvl;
30 
36  class LommelSeeliger : public PhotoModel {
37  public:
38  LommelSeeliger(Pvl &pvl) : PhotoModel(pvl) {};
39  virtual ~LommelSeeliger() {};
40 
41  protected:
42  virtual double PhotoModelAlgorithm(double phase, double incidence,
43  double emission);
44 
45  };
46 };
47 
48 #endif
PhotoModel(Pvl &pvl)
Create a PhotoModel object.
Definition: PhotoModel.cpp:20
Container for cube-like labels.
Definition: Pvl.h:135
Namespace for ISIS/Bullet specific routines.
Definition: Apollo.h:31