OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
Functions
ossimRpfColorConverterTable.cpp File Reference
#include <ossim/support_data/ossimRpfColorConverterTable.h>
#include <ossim/base/ossimEndian.h>
#include <ossim/base/ossimErrorCodes.h>
#include <ossim/base/ossimIoStream.h>

Go to the source code of this file.

Functions

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

Function Documentation

◆ operator<<()

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

Definition at line 6 of file ossimRpfColorConverterTable.cpp.

References ossimRpfColorConverterTable::print().

8 {
9  data.print(out);
10  return out;
11 }
void print(std::ostream &out) const