|
OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
Class lets us see bit patterns of floats. More...
#include <ossimCommon.h>
Public Member Functions | |
| IntFloatBitCoercion (ossim_int64 x) | |
| IntFloatBitCoercion (ossim_float64 x) | |
Public Attributes | |
| union { | |
| ossim_int64 intname | |
| ossim_float64 floatname | |
| } | bits |
Class lets us see bit patterns of floats.
Definition at line 104 of file ossimCommon.h.
|
inline |
Definition at line 112 of file ossimCommon.h.
References x.
|
inline |
Definition at line 113 of file ossimCommon.h.
References x.
| union { ... } ossim::IntFloatBitCoercion::bits |
| ossim_float64 ossim::IntFloatBitCoercion::floatname |
Definition at line 110 of file ossimCommon.h.
| ossim_int64 ossim::IntFloatBitCoercion::intname |
Definition at line 109 of file ossimCommon.h.
1.8.14