OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
#include <ossimAigBounds.h>
Public Member Functions | |
ossimAigBounds () | |
void | reset () |
bool | writeStream (std::ostream &out) |
Public Attributes | |
double | ll_x |
double | ll_y |
double | ur_x |
double | ur_y |
Friends | |
std::ostream & | operator<< (std::ostream &out, const ossimAigBounds &data) |
Definition at line 14 of file ossimAigBounds.h.
ossimAigBounds::ossimAigBounds | ( | ) |
Definition at line 24 of file ossimAigBounds.cpp.
References reset().
void ossimAigBounds::reset | ( | void | ) |
Definition at line 29 of file ossimAigBounds.cpp.
References ll_x, ll_y, ur_x, and ur_y.
Referenced by ossimAigBounds().
bool ossimAigBounds::writeStream | ( | std::ostream & | out | ) |
Definition at line 37 of file ossimAigBounds.cpp.
References ossimEndian::getSystemEndianType(), ll_x, ll_y, OSSIM_LITTLE_ENDIAN, ossimEndian::swap(), ur_x, and ur_y.
|
friend |
Definition at line 14 of file ossimAigBounds.cpp.
double ossimAigBounds::ll_x |
Definition at line 25 of file ossimAigBounds.h.
Referenced by operator<<(), reset(), ossimArcInfoGridWriter::writeBinaryAigBounds(), and writeStream().
double ossimAigBounds::ll_y |
Definition at line 26 of file ossimAigBounds.h.
Referenced by operator<<(), reset(), ossimArcInfoGridWriter::writeBinaryAigBounds(), and writeStream().
double ossimAigBounds::ur_x |
Definition at line 27 of file ossimAigBounds.h.
Referenced by operator<<(), reset(), ossimArcInfoGridWriter::writeBinaryAigBounds(), and writeStream().
double ossimAigBounds::ur_y |
Definition at line 28 of file ossimAigBounds.h.
Referenced by operator<<(), reset(), ossimArcInfoGridWriter::writeBinaryAigBounds(), and writeStream().