OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
ossimPackedBits.h
Go to the documentation of this file.
1 //*******************************************************************
2 // Copyright (C) 2004 Garrett Potts.
3 //
4 // License: See top level LICENSE.txt file.
5 //
6 // Author: Garrett Potts
7 //
8 // Description:
9 //
10 // Contains class declaration for ossimPackBits.
11 //
12 //*******************************************************************
13 // $Id: ossimPackedBits.h 9094 2006-06-13 19:12:40Z dburken $
14 #ifndef ossimPackedBits_HEADER
15 #define ossimPackedBits_HEADER
17 
23 {
24 public:
33  ossimPackedBits(const ossim_uint8* packedBits, ossim_uint16 bits);
34 
43  ossim_uint32 getValueAsUint32(ossim_uint32 idx)const;
44 
45 protected:
50 };
51 
52 #endif
ossim_uint16 theBitsLeft
unsigned short ossim_uint16
unsigned int ossim_uint32
ossim_uint16 theBits
This class will allow access to individual packed pixels given an offset and return as an ossim_uint3...
#define OSSIM_DLL
ossim_uint16 theBytes
unsigned char ossim_uint8
const ossim_uint8 * thePackedBits