OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
Functions
ossimEcefRay.cpp File Reference
#include <ostream>
#include <ossim/base/ossimEcefRay.h>
#include <ossim/base/ossimGpt.h>
#include <ossim/base/ossimDatum.h>
#include <ossim/base/ossimEllipsoid.h>
#include <ossim/base/ossimTrace.h>

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &os, const ossimEcefRay &instance)
 

Function Documentation

◆ operator<<()

std::ostream& operator<< ( std::ostream &  os,
const ossimEcefRay instance 
)

Definition at line 110 of file ossimEcefRay.cpp.

References ossimEcefRay::print().

112 {
113  return instance.print(os);
114 }
std::ostream & print(std::ostream &os=ossimNotify(ossimNotifyLevel_INFO)) const