OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
ossimAigBounds.h
Go to the documentation of this file.
1 //*******************************************************************
2 //
3 // License: See top level LICENSE.txt file.
4 //
5 // Author: Garrett Potts (gpotts@imagelinks.com)
6 //
7 //*******************************************************************
8 // $Id: ossimAigBounds.h 9968 2006-11-29 14:01:53Z gpotts $
9 #ifndef ossimAigBounds_HEADER
10 #define ossimAigBounds_HEADER
11 
12 #include <iosfwd>
13 
15 {
16 public:
18  const ossimAigBounds& data);
19 
21 
22  void reset();
23 
24  bool writeStream(std::ostream& out);
25  double ll_x;
26  double ll_y;
27  double ur_x;
28  double ur_y;
29 };
30 
31 
32 #endif
bool writeStream(std::ostream &out)
friend std::ostream & operator<<(std::ostream &out, const ossimAigBounds &data)
std::basic_ostream< char > ostream
Base class for char output streams.
Definition: ossimIosFwd.h:23