OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
Functions
ossimRpfColorGrayscaleTable.cpp File Reference
#include <ossim/support_data/ossimRpfColorGrayscaleTable.h>
#include <string.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 ossimRpfColorGrayscaleTable &data)
 

Function Documentation

◆ operator<<()

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

Definition at line 6 of file ossimRpfColorGrayscaleTable.cpp.

References ossimRpfColorGrayscaleTable::theNumberOfElements, ossimRpfColorGrayscaleTable::theTableId, and ossimRpfColorGrayscaleTable::theTotalNumberOfBytes.

8 {
9  out << "theNumberOfElements: " << data.theNumberOfElements
10  << "\ntheTotalNumberOfBytes: " << data.theTotalNumberOfBytes
11  << "\ntheTableId: " << data.theTableId;
12 
13  return out;
14 }