Isis 3.0
Home
Isis::Radiometric Class 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
 
Radiometricoperator+= (const Radiometric &B)
 Add radiometric parameters from another set of parameters. More...
 

Public Attributes

double m_shift
 
double m_gain
 

Detailed Description

Store for radiometric gain and shift parameters.

Author
????-??-?? Unknown

Constructor & Destructor Documentation

Isis::Radiometric::Radiometric ( )
inline
Isis::Radiometric::Radiometric ( const double &  shift,
const double &  gain 
)
inline

Member Function Documentation

double Isis::Radiometric::Gain ( ) const
inline

References m_gain.

Referenced by Isis::Gruen::algorithm().

Radiometric& Isis::Radiometric::operator+= ( const Radiometric B)
inline

Add radiometric parameters from another set of parameters.

References m_gain, and m_shift.

double Isis::Radiometric::Shift ( ) const
inline

References m_shift.

Referenced by Isis::Gruen::algorithm().

Member Data Documentation

double Isis::Radiometric::m_gain

Referenced by Gain(), Isis::operator+(), and operator+=().

double Isis::Radiometric::m_shift

Referenced by Isis::operator+(), operator+=(), and Shift().


The documentation for this class was generated from the following file: