summaryrefslogtreecommitdiffstats
path: root/ue2/imgsynth2/cpixelformat.h
diff options
context:
space:
mode:
authormanuel <manuel@clan-server.at>2009-04-28 16:29:24 +0200
committermanuel <manuel@clan-server.at>2009-04-28 16:29:24 +0200
commitf3c5bc280737573cf8597f18c011a1a1092e32d3 (patch)
treea0a9d01787bbcbda381fde6fb91ee288b171d410 /ue2/imgsynth2/cpixelformat.h
parentaa139a7d2b3f26af7590edbf413df67195c5d900 (diff)
downloadooprog-f3c5bc280737573cf8597f18c011a1a1092e32d3.tar.gz
ooprog-f3c5bc280737573cf8597f18c011a1a1092e32d3.tar.bz2
ooprog-f3c5bc280737573cf8597f18c011a1a1092e32d3.zip
making cbitmap abstract
Diffstat (limited to 'ue2/imgsynth2/cpixelformat.h')
-rw-r--r--ue2/imgsynth2/cpixelformat.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ue2/imgsynth2/cpixelformat.h b/ue2/imgsynth2/cpixelformat.h
index 49145df..0568dd4 100644
--- a/ue2/imgsynth2/cpixelformat.h
+++ b/ue2/imgsynth2/cpixelformat.h
@@ -47,7 +47,7 @@ class CPixelFormat
47 }; 47 };
48 48
49 /** 49 /**
50 * @method CBitmap 50 * @method CPixelFormat
51 * @brief Default ctor 51 * @brief Default ctor
52 * @param bitmap pointer to CBitmap instance 52 * @param bitmap pointer to CBitmap instance
53 * @return - 53 * @return -
@@ -95,7 +95,7 @@ class CPixelFormat
95 * @exception PixelFormatError 95 * @exception PixelFormatError
96 * @conditions none 96 * @conditions none
97 */ 97 */
98 //TODO virtual void getPixel(const uint32_t *pixel, const uint32_t x, const uint32_t y) = 0; 98 virtual void getPixel(const uint32_t *pixel, const uint32_t x, const uint32_t y) = 0;
99 99
100 /** 100 /**
101 * @method getBitCount 101 * @method getBitCount