43 std::vector<ossimRpfColorConverterTable>::const_iterator listElement =
theTableList.begin();
47 if((*listElement).getNumberOfEntries() == givenThisNumberOfEntires)
49 return &(*listElement);
82 for(
unsigned long index = 0;
91 unsigned long rememberGet = in.tellg();
98 in.seekg(rememberGet, std::ios_base::beg);
121 out <<
"theColorConverterOffsetTableOffset: " 123 <<
"\ntheColorConverterOffsetRecordLength: " 125 <<
"\ntheConverterRecordLength: " 130 std::ostream_iterator<ossimRpfColorConverterTable>(out,
"\n"));
ossimErrorCode parseStream(ossim::istream &in, ossimByteOrder byteOrder)
ossim_int32 ossimErrorCode
ossim_uint16 theColorConverterTableId
ossimRpfColorConverterSubsection()
static const ossimErrorCode OSSIM_OK
ossimErrorCode parseStream(ossim::istream &in, ossimByteOrder byteOrder)
ossim_uint16 theNumberOfColorConverterOffsetRecords
ossim_uint32 theColorConverterTableOffset
void print(std::ostream &out) const
OSSIM_DLL ossimByteOrder byteOrder()
static const ossimErrorCode OSSIM_ERROR
unsigned short ossim_uint16
ossim_uint16 theColorConverterOffsetRecordLength
const std::vector< ossimRpfColorConverterTable > & getColorConversionTable() const
ossim_uint32 theColorConverterOffsetTableOffset
unsigned int ossim_uint32
ossim_uint16 theConverterRecordLength
ossim_uint32 theEndOffset
ossim_uint32 theStartOffset
ossimByteOrder getSystemEndianType() const
std::basic_istream< char > istream
Base class for char input streams.
ossim_uint32 theNumberOfColorConverterRecords
std::vector< ossimRpfColorConverterTable > theTableList
void setNumberOfColorConverterOffsetRecords(ossim_uint16 numberOfRecords)
std::ostream & operator<<(std::ostream &out, const ossimRpfColorConverterSubsection &data)
std::basic_ostream< char > ostream
Base class for char output streams.