OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
ossimRpfColorConverterTable.h
Go to the documentation of this file.
1 #ifndef ossimRpfColorConverterTable_HEADER
2 #define ossimRpfColorConverterTable_HEADER 1
3 
7 
9 {
10 public:
11  friend std::ostream& operator <<(
12  std::ostream& out, const ossimRpfColorConverterTable& data);
13 
16 
19  void print(std::ostream& out)const;
21  void setNumberOfEntries(ossim_uint32 entries);
22  void setTableId(ossim_uint16 id);
25 
26 private:
32 
37 
42 };
43 
44 #endif
ossim_int32 ossimErrorCode
void setNumberOfEntries(ossim_uint32 entries)
friend std::ostream & operator<<(std::ostream &out, const ossimRpfColorConverterTable &data)
ossim_uint32 getEntry(ossim_uint32 entry)
OSSIM_DLL ossimByteOrder byteOrder()
Definition: ossimCommon.cpp:54
unsigned short ossim_uint16
ossimErrorCode parseStream(ossim::istream &in, ossimByteOrder byteOrder)
void print(std::ostream &out) const
unsigned int ossim_uint32
ossimByteOrder
std::basic_istream< char > istream
Base class for char input streams.
Definition: ossimIosFwd.h:20
const ossim_uint32 * getEntryList() const
std::basic_ostream< char > ostream
Base class for char output streams.
Definition: ossimIosFwd.h:23