Isis Developer Reference
|
Container for affine and radiometric parameters. More...
#include <GruenTypes.h>
Public Member Functions | |
AffineRadio () | |
AffineRadio (const GMatrix &A) | |
AffineRadio (const GMatrix &M, const double &shift, const double &gain) | |
AffineRadio (const GVector &alpha) | |
AffineRadio (const Radiometric &radio) | |
~AffineRadio () | |
AffineRadio & | operator+= (const AffineRadio &other) |
Define update procedure for accumulating Gruen iterations. | |
void | Translate (const Coordinate &offset) |
Apply a translation to the given offset. | |
Coordinate | getPoint (const Coordinate &location) const |
Applies the affine transfrom to a point and returns result. | |
Public Attributes | |
GMatrix | m_affine |
Radiometric | m_radio |
Container for affine and radiometric parameters.
These parameters are provided for input and output results.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Applies the affine transfrom to a point and returns result.
References Isis::Coordinate::getLine(), Isis::Coordinate::getSample(), and m_affine.
Referenced by Isis::MatchPoint::getAffinePoint().
|
inline |
Define update procedure for accumulating Gruen iterations.
References Isis::Affine::getIdentity(), m_affine, and m_radio.
|
inline |
Apply a translation to the given offset.
References Isis::Affine::getIdentity(), Isis::Coordinate::getLine(), Isis::Coordinate::getSample(), and m_affine.
GMatrix Isis::AffineRadio::m_affine |
Referenced by getPoint(), operator+=(), and Translate().
Radiometric Isis::AffineRadio::m_radio |
Referenced by operator+=().