From 93a6590af7f866838d883d92fac655251685c3d7 Mon Sep 17 00:00:00 2001 From: manuel Date: Sat, 2 May 2009 18:58:26 +0200 Subject: adding doxygen files --- ue2/doxygen/classCPixelFormat__BGR24.html | 326 ++++++++++++++++++++++++++++++ 1 file changed, 326 insertions(+) create mode 100644 ue2/doxygen/classCPixelFormat__BGR24.html (limited to 'ue2/doxygen/classCPixelFormat__BGR24.html') diff --git a/ue2/doxygen/classCPixelFormat__BGR24.html b/ue2/doxygen/classCPixelFormat__BGR24.html new file mode 100644 index 0000000..f678ab1 --- /dev/null +++ b/ue2/doxygen/classCPixelFormat__BGR24.html @@ -0,0 +1,326 @@ + + +imgsynth2: CPixelFormat_BGR24 Class Reference + + + + +
+ +
+
+ +
+

CPixelFormat_BGR24 Class Reference

Implementation of CPixelFormat handling 24bit color Windows Bitmaps. +More... +

+#include <cpixelformat_bgr24.h> +

+

+Inheritance diagram for CPixelFormat_BGR24:
+
+ +

+ +CPixelFormat + +
+ +

+List of all members. + + + + + + + + + + + + + + + + + + + + +

Public Member Functions

 CPixelFormat_BGR24 (CBitmap *bitmap)
 Default ctor.
 ~CPixelFormat_BGR24 ()
 Default dtor.
void getPixel (RGBPIXEL &pixel, uint32_t x, uint32_t y)
 Get pixel at coordinates x, y.
void setPixel (const RGBPIXEL &pixel, uint32_t x, uint32_t y)
 Modifies pixel at coordinates x, y.
uint32_t getBitCount ()
 returns color bitcount supported by this class
void getMaxColor (RGBPIXEL &pixel)
 Get maximum values for RGB pixel.
+


Detailed Description

+Implementation of CPixelFormat handling 24bit color Windows Bitmaps. +

+

Modulname:
cpixelformat_bgr24
+
Author:
Guenther Neuwirth (0626638), Manuel Mausz (0728348)
+
Date:
18.04.2009
+Implementation of CPixelFormat handling 24bit color Windows Bitmaps.

+On error CPixelFormat::PixelFormatError is thrown.


Constructor & Destructor Documentation

+ +
+
+ + + + + + + + + +
CPixelFormat_BGR24::CPixelFormat_BGR24 (CBitmap bitmap  )  [inline]
+
+
+ +

+Default ctor. +

+

Methodname:
CPixelFormat_BGR24
+
Parameters:
+ + +
bitmap pointer to CBitmap instance
+
+
Returns:
-
+
Global variables used:
none
+
Exceptions:
+ + +
none 
+
+
Conditions:
none
+ +
+

+ +

+
+ + + + + + + + +
CPixelFormat_BGR24::~CPixelFormat_BGR24 (  )  [inline]
+
+
+ +

+Default dtor. +

+

Methodname:
~CPixelFormat_BGR24
+
Parameters:
+ + +
- 
+
+
Returns:
-
+
Global variables used:
none
+
Exceptions:
+ + +
none 
+
+
Conditions:
none
+ +
+

+


Member Function Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
void CPixelFormat_BGR24::getPixel (RGBPIXEL &  pixel,
uint32_t  x,
uint32_t  y 
)
+
+
+ +

+Get pixel at coordinates x, y. +

+

Methodname:
getPixel
+
Parameters:
+ + + + +
pixel reference to pixel data
x x-coordinate
y y-coordinate
+
+
Returns:
-
+
Global variables used:
none
+
Exceptions:
+ + +
PixelFormatError 
+
+
Conditions:
none
+ +
+

+ +

+
+ + + + + + + + + + + + + + + + + + + + + + + + +
void CPixelFormat_BGR24::setPixel (const RGBPIXEL &  pixel,
uint32_t  x,
uint32_t  y 
)
+
+
+ +

+Modifies pixel at coordinates x, y. +

+

Methodname:
setPixel
+
Parameters:
+ + + + +
pixel reference to new pixel data
x x-coordinate
y y-coordinate
+
+
Returns:
-
+
Global variables used:
none
+
Exceptions:
+ + +
PixelFormatError 
+
+
Conditions:
none
+ +
+

+ +

+
+ + + + + + + + +
uint32_t CPixelFormat_BGR24::getBitCount (  )  [inline, virtual]
+
+
+ +

+returns color bitcount supported by this class +

+

Methodname:
getBitCount
+
Parameters:
+ + +
- 
+
+
Returns:
color bitcount supported by this class
+
Global variables used:
none
+
Exceptions:
+ + +
none 
+
+
Conditions:
none
+ +

Implements CPixelFormat.

+ +
+

+ +

+
+ + + + + + + + + +
void CPixelFormat_BGR24::getMaxColor (RGBPIXEL &  pixel  )  [inline]
+
+
+ +

+Get maximum values for RGB pixel. +

+

Methodname:
getMaxColor
+
Parameters:
+ + +
pixel reference to pixel struct
+
+
Returns:
-
+
Global variables used:
none
+
Exceptions:
+ + +
none 
+
+
Conditions:
none
+ +
+

+


The documentation for this class was generated from the following files: +
Generated on Sat May 2 18:58:11 2009 for imgsynth2 by  + +doxygen 1.5.3
+ + -- cgit v1.2.3