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

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &out, const ossimLine &rhs)
 

Function Documentation

◆ operator<<()

std::ostream& operator<< ( std::ostream &  out,
const ossimLine rhs 
)

Definition at line 15 of file ossimLine.cpp.

References ossimLine::theP1, and ossimLine::theP2.

16 {
17  return out << "line: " << rhs.theP1 << "," << rhs.theP2 << endl;
18 }
ossimDpt theP1
Definition: ossimLine.h:77
ossimDpt theP2
Definition: ossimLine.h:78