OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
Functions | Variables
ossimFfRevb.cpp File Reference
#include <ossim/support_data/ossimFfRevb.h>
#include <ossim/base/ossimIoStream.h>
#include <ossim/base/ossimNotify.h>
#include <ossim/base/ossimString.h>
#include <ossim/base/ossimStreamFactoryRegistry.h>
#include <sstream>
#include <iomanip>

Go to the source code of this file.

Functions

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

Variables

const int RADIANCE_OFFSET [7]
 

Function Documentation

◆ operator<<()

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

Definition at line 1127 of file ossimFfRevb.cpp.

References ossimFfRevb::print().

1128 {
1129  head.print(os);
1130 
1131  return os;
1132 }
void print(std::ostream &os) const

Variable Documentation

◆ RADIANCE_OFFSET

const int RADIANCE_OFFSET[7]
Initial value:
= { 300,
317,
334,
351,
368,
385,
402 }

Definition at line 23 of file ossimFfRevb.cpp.

Referenced by ossimFfRevb::loadFromStream().