Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

/ray/src/lib/pixmap/image.cc

Go to the documentation of this file.
00001 
00002 #if 0
00003 #include "image.h"
00004 
00005 _IPixmapImage::_IPixmapImage() : 
00006     pfmt(),
00007     w(0),h(0)
00008 {
00009 
00010 }
00011 
00012 _IPixmapImage::_IPixmapImage(const PixmapFormat &pf,uint width,uint height) : 
00013     pfmt(pf),
00014     w(width),h(height)
00015 {
00016     
00017 }
00018 
00019 _IPixmapImage::~_IPixmapImage()
00020 {
00021     
00022 }
00023 
00024  * The image to be stored is divided into tiles stored in individual 
00025  * PixmapImageTile objects. Each tile can either be present in memory 
00026  * or swapped out
00027 
00028 #endif

Generated on Sat Feb 19 22:33:46 2005 for Ray by doxygen 1.3.5