Namespaces | Macros | Enumerations | Variables
PocketKnife.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 PN
 

Macros

#define NULL   0
 

Enumerations

enum  PN::FORMAT {
  PN::FORMAT_UNDEFINED = 0, PN::FORMAT_RLE8 = 1, PN::FORMAT_RLE16 = 2, PN::FORMAT_RLE24 = 3,
  PN::FORMAT_RAW8 = 4, PN::FORMAT_RAW16 = 5, PN::FORMAT_RAW24 = 6, PN::MAX_WIDTH = 10000,
  PN::MAX_HEIGHT = 10000
}
 
enum  PN::PIXELFORMAT {
  PN::YUV16, PN::GRAY8, PN::RGB16, PN::RGB24,
  PN::RGB32, PN::BGR24, PN::BGR32
}
 
enum  PN::ROTATION { PN::ROTATE_0 = 0, PN::ROTATE_90 = 1, PN::ROTATE_180 = 2, PN::ROTATE_270 = 3 }
 

Variables

const unsigned int PN::BLUE_BITS = 5
 
const unsigned short PN::BLUE_MASK = 0x1F
 
const unsigned int PN::BLUE_SHIFT = 0
 
const unsigned int PN::GREEN_BITS = 6
 
const unsigned short PN::GREEN_MASK = 0x3F << 5
 
const unsigned int PN::GREEN_SHIFT = 5
 
const unsigned int PN::RED_BITS = 5
 
const unsigned short PN::RED_MASK = 0x1F << 11
 
const unsigned int PN::RED_SHIFT = 11
 

Detailed Description

Author
Daniel Wagner
Id
PocketKnife.h 44 2006-01-03 18:48:43Z daniel

Definition in file PocketKnife.h.

Macro Definition Documentation

#define NULL   0

Definition at line 38 of file PocketKnife.h.



tuw_artoolkitplus
Author(s): Markus Bader
autogenerated on Sun Sep 4 2016 03:24:33