Isis 3 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. More... | |
Public Attributes | |
double | m_shift |
double | m_gain |
Store for radiometric gain and shift parameters.
|
inline |
|
inline |
|
inline |
References m_gain.
Referenced by Isis::Gruen::algorithm().
|
inline |
|
inline |
References m_shift.
Referenced by Isis::Gruen::algorithm().
double Isis::Radiometric::m_gain |
Referenced by Gain(), Isis::operator+(), and operator+=().
double Isis::Radiometric::m_shift |
Referenced by Isis::operator+(), operator+=(), and Shift().