Isis 3 Programmer Reference
|
Store for radiometric gain and shift parameters. More...
#include <GruenTypes.h>
Public Member Functions | |
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.
Definition at line 222 of file GruenTypes.h.
|
inline |
Add radiometric parameters from another set of parameters.
Definition at line 233 of file GruenTypes.h.