16 out <<
"ll_x: " << data.
ll_x << std::endl
17 <<
"ll_y: " << data.
ll_y << std::endl
18 <<
"ur_x: " << data.
ur_x << std::endl
19 <<
"ur_y: " << data.
ur_y;
45 endian.
swap(tempDouble);
46 out.write((
char*)(&tempDouble), 8);
49 endian.
swap(tempDouble);
50 out.write((
char*)(&tempDouble), 8);
53 endian.
swap(tempDouble);
54 out.write((
char*)(&tempDouble), 8);
57 endian.
swap(tempDouble);
58 out.write((
char*)(&tempDouble), 8);
62 out.write((
char*)(&
ll_x), 8);
63 out.write((
char*)(&
ll_y), 8);
64 out.write((
char*)(&
ur_x), 8);
65 out.write((
char*)(&
ur_y), 8);
std::ostream & operator<<(std::ostream &out, const ossimAigBounds &data)
bool writeStream(std::ostream &out)
ossimByteOrder getSystemEndianType() const
std::basic_ostream< char > ostream
Base class for char output streams.