Main Page Class Hierarchy Compound List Compound Members Related Pages
BitmapPPM Class ReferenceThis class implements the abstract basis class Bitmap using the PPM file format.
More...
#include <BitmapPPM.h>
Inheritance diagram for BitmapPPM
[legend]Collaboration diagram for BitmapPPM:
[legend]List of all members.
Public Methods |
|
| BitmapPPM () |
|
virtual | ~BitmapPPM () |
|
virtual void | getPixel (float x,float y,float &r,float &g,float &b,float &a) |
|
virtual bool | load (const char *filename) |
Detailed Description
This class implements the abstract basis class Bitmap using the PPM file format.
-
Author(s):
-
Stefan Michel
-
See also:
-
Bitmap , BitmapFactory , BitmapFactoryPPM
The documentation for this class was generated from the following file:
|