OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
Functions
ossimGrect.cpp File Reference
#include <ossim/base/ossimGrect.h>

Go to the source code of this file.

Functions

ostream & operator<< (ostream &os, const ossimGrect &rect)
 

Function Documentation

◆ operator<<()

ostream& operator<< ( ostream &  os,
const ossimGrect rect 
)

Definition at line 17 of file ossimGrect.cpp.

References ossimGrect::theLrCorner, and ossimGrect::theUlCorner.

18 {
19  return os << rect.theUlCorner << ", " << rect.theLrCorner << endl;
20 }
ossimGpt theLrCorner
Definition: ossimGrect.h:169
ossimGpt theUlCorner
Definition: ossimGrect.h:168