Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

ossimAigBounds Class Reference

#include <ossimAigBounds.h>

List of all members.


Public Methods

  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)

Constructor & Destructor Documentation

ossimAigBounds::ossimAigBounds ( ) [inline]
 

Definition at line 39 of file ossimAigBounds.h.

00040       {
00041          reset();
00042       }

Member Function Documentation

void ossimAigBounds::reset ( ) [inline]
 

Definition at line 44 of file ossimAigBounds.h.

Referenced by ossimAigBounds().

00045       {
00046          ll_x = 0.0;
00047          ll_y = 0.0;
00048          ur_x = 0.0;
00049          ur_y = 0.0;
00050       }

bool ossimAigBounds::writeStream ( std::ostream & out )
 


Friends And Related Function Documentation

std::ostream & operator<< ( std::ostream & out,
const ossimAigBounds & data ) [friend]
 

Definition at line 30 of file ossimAigBounds.h.

00031       {
00032          out << "ll_x:  " << data.ll_x << std::endl
00033              << "ll_y:  " << data.ll_y << std::endl
00034              << "ur_x:  " << data.ur_x << std::endl
00035              << "ur_y:  " << data.ur_y;
00036          
00037          return out;
00038       }

Member Data Documentation

double ossimAigBounds::ll_x
 

Definition at line 52 of file ossimAigBounds.h.

double ossimAigBounds::ll_y
 

Definition at line 53 of file ossimAigBounds.h.

double ossimAigBounds::ur_x
 

Definition at line 54 of file ossimAigBounds.h.

double ossimAigBounds::ur_y
 

Definition at line 55 of file ossimAigBounds.h.


The documentation for this class was generated from the following file:
Generated at Tue May 20 00:07:54 2003 for OSSIM - Open Source Image Map by doxygen1.2.6 written by , © 1997-2001