Isis 3.0 Programmer Reference
Back
|
Home
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
Isis 3.0 Programmer Reference
Isis 3.0 Object Documentation
Todo List
Deprecated List
History
Modules
Namespaces
Classes
Files
File List
File Members
Minnaert.h
Go to the documentation of this file.
1
#ifndef Minnaert_h
2
#define Minnaert_h
3
26
#include "
PhotoModel.h
"
27
28
namespace
Isis {
29
class
Pvl;
30
58
class
Minnaert
:
public
PhotoModel
{
59
public
:
60
Minnaert
(
Pvl
&pvl);
61
virtual
~
Minnaert
() {};
62
63
void
SetPhotoK
(
const
double
k);
65
// inline double PhotoK() const {
66
// return p_photoK;
67
// };
68
69
protected
:
70
virtual
double
PhotoModelAlgorithm
(
double
phase,
double
incidence,
71
double
emission);
72
73
private
:
74
// double p_photoK;
75
76
};
77
};
78
79
#endif
Isis::PhotoModel
Definition:
PhotoModel.h:57
Isis::Minnaert::SetPhotoK
void SetPhotoK(const double k)
Set the Minnaert function exponent.
Definition:
Minnaert.cpp:23
PhotoModel.h
Isis::Minnaert::PhotoModelAlgorithm
virtual double PhotoModelAlgorithm(double phase, double incidence, double emission)
Return photometric K value.
Definition:
Minnaert.cpp:27
Isis::Pvl
Container for cube-like labels.
Definition:
Pvl.h:135
Isis::Minnaert
Minnaert photometric model Derive model albedo using Minnaert equation.
Definition:
Minnaert.h:58
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
ISIS Support Center
File Modified: 07/12/2023 23:23:35