An official website of the United States government
Here’s how you know
Official websites use .gov
A
.gov website belongs to an official government
organization in the United States.
Secure .gov websites use HTTPS
A
lock
( ) or https:// means you’ve safely connected to
the .gov website. Share sensitive information only on official,
secure websites.
Isis Developer Reference
|
Store for radiometric gain and shift parameters. More...
#include <GruenTypes.h>
Public Member Functions | |
Radiometric () | |
Radiometric (const double &shift, const double &gain) | |
double | Shift () const |
double | Gain () const |
Radiometric & | operator+= (const Radiometric &B) |
Add radiometric parameters from another set of parameters. | |
Public Attributes | |
double | m_shift |
double | m_gain |
Store for radiometric gain and shift parameters.
|
inline |
References m_gain, and m_shift.
Referenced by operator+=().
|
inline |
|
inline |
References m_gain.
Referenced by Isis::Gruen::algorithm().
|
inline |
Add radiometric parameters from another set of parameters.
References m_gain, m_shift, and Radiometric().
|
inline |
References m_shift.
Referenced by Isis::Gruen::algorithm().
double Isis::Radiometric::m_gain |
Referenced by Gain(), Isis::operator+(), operator+=(), Radiometric(), and Radiometric().
double Isis::Radiometric::m_shift |
Referenced by Isis::operator+(), operator+=(), Radiometric(), Radiometric(), and Shift().