Isis Developer Reference
Minnaert.h
Go to the documentation of this file.
1 #ifndef Minnaert_h
2 #define Minnaert_h
3 
8 /* SPDX-License-Identifier: CC0-1.0 */
9 
10 #include "PhotoModel.h"
11 
12 namespace Isis {
13  class Pvl;
14 
42  class Minnaert : public PhotoModel {
43  public:
44  Minnaert(Pvl &pvl);
45  virtual ~Minnaert() {};
46 
47  void SetPhotoK(const double k);
49 // inline double PhotoK() const {
50 // return p_photoK;
51 // };
52 
53  protected:
54  virtual double PhotoModelAlgorithm(double phase, double incidence,
55  double emission);
56 
57  private:
58 // double p_photoK;
59 
60  };
61 };
62 
63 #endif
Isis::Minnaert::SetPhotoK
void SetPhotoK(const double k)
Set the Minnaert function exponent.
Definition: Minnaert.cpp:29
Isis::PhotoModel
Definition: PhotoModel.h:41
Isis::PI
const double PI
The mathematical constant PI.
Definition: Constants.h:40
PhotoModel.h
Isis::Minnaert
Minnaert photometric model Derive model albedo using Minnaert equation.
Definition: Minnaert.h:42
Isis::PvlContainer::hasKeyword
bool hasKeyword(const QString &name) const
Check to see if a keyword exists.
Definition: PvlContainer.cpp:159
Isis::Pvl
Container for cube-like labels.
Definition: Pvl.h:119
Isis::Minnaert::PhotoModelAlgorithm
virtual double PhotoModelAlgorithm(double phase, double incidence, double emission)
Return photometric K value.
Definition: Minnaert.cpp:33
Isis::Minnaert::Minnaert
Minnaert(Pvl &pvl)
Definition: Minnaert.cpp:12
Isis::PvlObject::Traverse
@ Traverse
Search child objects.
Definition: PvlObject.h:158
Isis::PvlGroup
Contains multiple PvlContainers.
Definition: PvlGroup.h:41
Isis::PvlObject::findObject
PvlObjectIterator findObject(const QString &name, PvlObjectIterator beg, PvlObjectIterator end)
Find the index of object with a specified name, between two indexes.
Definition: PvlObject.h:274
Minnaert.h
Isis::Minnaert::~Minnaert
virtual ~Minnaert()
Definition: Minnaert.h:45
Isis::PhotoModel::p_photoK
double p_photoK
Definition: PhotoModel.h:202
IException.h
MinnaertPlugin
Isis::PhotoModel * MinnaertPlugin(Isis::Pvl &pvl)
Definition: Minnaert.cpp:75
Isis
This is free and unencumbered software released into the public domain.
Definition: Apollo.h:16