| Home | Namespaces | Hierarchy | Alphabetical List | Class list | Files | Namespace Members | Class members | File members |
#include <IImageWriter.h>
Inheritance diagram for irr::video::IImageWriter:

Public Member Functions | |
| virtual bool | isAWriteableFileExtension (const c8 *fileName) const =0 |
| Check if this writer can write a file with the given extension. | |
| virtual bool | writeImage (io::IWriteFile *file, IImage *image, u32 param=0) const =0 |
| Write image to file. | |
Definition at line 23 of file IImageWriter.h.
|
|
Check if this writer can write a file with the given extension.
|
|
||||||||||||||||
|
Write image to file.
|
| The Irrlicht
Engine Documentation © 2003-2008 by Nikolaus Gebhardt. Generated
on Sun Sep 21 08:58:02 2008 by Doxygen
(1.4.2) |