OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
ossimRpfColorConverterSubsection.h
Go to the documentation of this file.
1 #ifndef ossimRpfColorConverterSubsection_HEADER
2 #define ossimRpfColorConverterSubsection_HEADER 1
3 
8 #include <vector>
9 
11 {
12 public:
13  friend std::ostream& operator <<(
15 
18 
21 
24 
25  const std::vector<ossimRpfColorConverterTable>& getColorConversionTable()const
26  {
27  return theTableList;
28  }
29  const ossimRpfColorConverterTable* getColorConversionTable(ossim_uint32 givenThisNumberOfEntires)const;
30 
32  void print(std::ostream& out)const;
33 
34  void clearFields();
35 
36 private:
39 
42 
44 
48 
49  std::vector<ossimRpfColorConverterTable> theTableList;
50 };
51 
52 #endif
ossimErrorCode parseStream(ossim::istream &in, ossimByteOrder byteOrder)
ossim_int32 ossimErrorCode
OSSIM_DLL ossimByteOrder byteOrder()
Definition: ossimCommon.cpp:54
unsigned short ossim_uint16
friend std::ostream & operator<<(std::ostream &out, const ossimRpfColorConverterSubsection &data)
const std::vector< ossimRpfColorConverterTable > & getColorConversionTable() const
unsigned int ossim_uint32
ossimByteOrder
std::basic_istream< char > istream
Base class for char input streams.
Definition: ossimIosFwd.h:20
std::vector< ossimRpfColorConverterTable > theTableList
ossimRpfColorConverterSubsection(const ossimRpfColorConverterSubsection &)
void setNumberOfColorConverterOffsetRecords(ossim_uint16 numberOfRecords)
void operator=(const ossimRpfColorConverterSubsection &)
std::basic_ostream< char > ostream
Base class for char output streams.
Definition: ossimIosFwd.h:23