OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
Functions
ossimRpfFrameFileIndexSubsection.cpp File Reference
#include <cstring>
#include <istream>
#include <iterator>
#include <ostream>
#include <ossim/support_data/ossimRpfFrameFileIndexSubsection.h>
#include <ossim/base/ossimEndian.h>
#include <ossim/base/ossimErrorCodes.h>
#include <ossim/base/ossimFilename.h>

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &out, const ossimRpfFrameFileIndexSubsection &data)
 

Function Documentation

◆ operator<<()

std::ostream& operator<< ( std::ostream &  out,
const ossimRpfFrameFileIndexSubsection data 
)

Definition at line 21 of file ossimRpfFrameFileIndexSubsection.cpp.

References ossimRpfFrameFileIndexSubsection::print().

22 {
23  return data.print(out);
24 }
std::ostream & print(std::ostream &out) const