OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
Functions
ossimFfL7.cpp File Reference
#include <cstdio>
#include <fstream>
#include <sstream>
#include <string>
#include <iomanip>
#include <ctime>
#include <ossim/support_data/ossimFfL7.h>
#include <ossim/base/ossimString.h>
#include <ossim/base/ossimDate.h>
#include <ossim/base/ossimNotifyContext.h>
#include <ossim/base/ossimProperty.h>
#include <ossim/base/ossimDateProperty.h>
#include <ossim/base/ossimStringProperty.h>

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &os, const ossimFfL7 &head)
 

Function Documentation

◆ operator<<()

std::ostream& operator<< ( std::ostream &  os,
const ossimFfL7 head 
)

Definition at line 702 of file ossimFfL7.cpp.

References ossimFfL7::dump().

703 {
704  head.dump(os);
705  return os;
706 }
void dump(std::ostream &os) const
Definition: ossimFfL7.cpp:83