From 384539f7cc9feaa7ef7cee385cce472c6966c843 Mon Sep 17 00:00:00 2001 From: manuel Date: Mon, 27 Apr 2009 00:24:16 +0200 Subject: Adding ue1 --- ue1/doxygen/cpixelformat__24_8h-source.html | 48 +++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 ue1/doxygen/cpixelformat__24_8h-source.html (limited to 'ue1/doxygen/cpixelformat__24_8h-source.html') diff --git a/ue1/doxygen/cpixelformat__24_8h-source.html b/ue1/doxygen/cpixelformat__24_8h-source.html new file mode 100644 index 0000000..9139a25 --- /dev/null +++ b/ue1/doxygen/cpixelformat__24_8h-source.html @@ -0,0 +1,48 @@ + + +imgsynth: imgsynth/cpixelformat_24.h Source File + + + + +
+ +
+

imgsynth/cpixelformat_24.h

00001 
+00008 #ifndef CPIXELFORMAT_24_H
+00009 #define CPIXELFORMAT_24_H
+00010 
+00011 #include <fstream>
+00012 #include "cpixelformat.h"
+00013 
+00020 class CPixelFormat_24 : public CPixelFormat
+00021 {
+00022   public:
+00032     CPixelFormat_24(CBitmap *bitmap)
+00033       : CPixelFormat(bitmap)
+00034     {}
+00035 
+00045     ~CPixelFormat_24()
+00046     {}
+00047 
+00059     void setPixel(const uint32_t *pixel, uint32_t x, uint32_t y);
+00060 
+00070     uint32_t getBitCount()
+00071     {
+00072       return 24;
+00073     }
+00074 };
+00075 
+00076 #endif
+00077 
+00078 /* vim: set et sw=2 ts=2: */
+

Generated on Sun Apr 26 12:25:52 2009 for imgsynth by  + +doxygen 1.5.3
+ + -- cgit v1.2.3