File failed to load: https://isis.astrogeology.usgs.gov/3.9.0/Object/assets/jax/output/NativeMML/config.js
Isis 3 Developer Reference
Lambert.h
Go to the documentation of this file.
1 #ifndef Lambert_h
2 #define Lambert_h
3 
26 #include "PhotoModel.h"
27 
28 namespace Isis {
29  class Pvl;
30 
36  class Lambert : public PhotoModel {
37  public:
38  Lambert(Pvl &pvl) : PhotoModel(pvl) {};
39  virtual ~Lambert() {};
40 
41  protected:
42  virtual double PhotoModelAlgorithm(double phase, double incidence,
43  double emission);
44 
45  };
46 };
47 
48 #endif
Definition: PhotoModel.h:57
virtual double PhotoModelAlgorithm(double phase, double incidence, double emission)
Definition: Lambert.cpp:5
virtual ~Lambert()
Definition: Lambert.h:39
Container for cube-like labels.
Definition: Pvl.h:135
Definition: Lambert.h:36
Namespace for ISIS/Bullet specific routines.
Definition: Apollo.h:31
Lambert(Pvl &pvl)
Definition: Lambert.h:38

U.S. Department of the Interior | U.S. Geological Survey
ISIS | Privacy & Disclaimers | Astrogeology Research Program
To contact us, please post comments and questions on the USGS Astrogeology Discussion Board
To report a bug, or suggest a feature go to: ISIS Github
File Modified: 07/12/2023 23:22:26