14 #ifndef ossimFpt_HEADER 15 #define ossimFpt_HEADER 51 {
return ( (
x == pt.
x) && (
y == pt.
y) ); }
54 {
return ( (
x != pt.
x) || (
y != pt.
y) ); }
ossimFpt(ossim_float32 x, ossim_float32 y)
ossimFpt(ossim_float64 x, ossim_float64 y)
double nan()
Method to return ieee floating point double precision NAN.
std::ostream & print(H5::H5File *file, std::ostream &out)
Print method.
ostream & operator<<(ostream &out, const ossimAxes &axes)
const ossimFpt & operator=(const ossimFpt &pt)
bool operator!=(const ossimFpt &pt) const
bool operator==(const ossimFpt &pt) const
std::basic_ostream< char > ostream
Base class for char output streams.
ossimFpt(const ossimFpt &pt)
bool isnan(const float &v)
isnan Test for floating point Not A Number (NAN) value.