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

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &os, const ossimVrect &rect)
 

Function Documentation

◆ operator<<()

std::ostream& operator<< ( std::ostream &  os,
const ossimVrect rect 
)

Definition at line 32 of file ossimVrect.cpp.

References ossimVrect::print().

33 {
34  rect.print(os);
35 
36  return os;
37 }
void print(std::ostream &os) const
Definition: ossimVrect.cpp:24