Loading [MathJax]/jax/output/NativeMML/config.js
Isis Developer Reference
LommelSeeliger.h
Go to the documentation of this file.
1 #ifndef LommelSeeliger_h
2 #define LommelSeeliger_h
3 
8 /* SPDX-License-Identifier: CC0-1.0 */
9 
10 #include "PhotoModel.h"
11 
12 namespace Isis {
13  class Pvl;
14 
20  class LommelSeeliger : public PhotoModel {
21  public:
22  LommelSeeliger(Pvl &pvl) : PhotoModel(pvl) {};
23  virtual ~LommelSeeliger() {};
24 
25  protected:
26  virtual double PhotoModelAlgorithm(double phase, double incidence,
27  double emission);
28 
29  };
30 };
31 
32 #endif
Isis::PhotoModel
Definition: PhotoModel.h:41
Isis::PI
const double PI
The mathematical constant PI.
Definition: Constants.h:40
Isis::LommelSeeliger::~LommelSeeliger
virtual ~LommelSeeliger()
Definition: LommelSeeliger.h:23
PhotoModel.h
Isis::Pvl
Container for cube-like labels.
Definition: Pvl.h:119
LommelSeeliger.h
Isis::LommelSeeliger::LommelSeeliger
LommelSeeliger(Pvl &pvl)
Definition: LommelSeeliger.h:22
Isis::LommelSeeliger
Definition: LommelSeeliger.h:20
Isis::LommelSeeliger::PhotoModelAlgorithm
virtual double PhotoModelAlgorithm(double phase, double incidence, double emission)
Definition: LommelSeeliger.cpp:11
Isis
This is free and unencumbered software released into the public domain.
Definition: Apollo.h:16
LommelSeeligerPlugin
Isis::PhotoModel * LommelSeeligerPlugin(Isis::Pvl &pvl)
Definition: LommelSeeliger.cpp:48

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/13/2023 15:11:37