Public Member Functions | |
PixPerDeg (const float &ppdx, const float &ppdy) | |
float | ppd () const |
float | ppdx () const |
float | ppdy () const |
bool | operator== (const PixPerDeg &x) const throw () |
See if two PixPerDeg are the same. | |
bool | operator!= (const PixPerDeg &x) const throw () |
See if two PixPerDeg are different. |
Definition at line 41 of file PixPerDeg.H.
bool PixPerDeg::operator!= | ( | const PixPerDeg & | x | ) | const throw () |
See if two PixPerDeg are different.
Definition at line 70 of file PixPerDeg.C.
bool PixPerDeg::operator== | ( | const PixPerDeg & | x | ) | const throw () |
See if two PixPerDeg are the same.
Definition at line 66 of file PixPerDeg.C.