#include <freecloth/gfx/gfxImageWriterPNM.h>
Inheritance diagram for GfxImageWriterPNM:
Public Types | |
enum | FormatType { ASCII, BINARY } |
Public Member Functions | |
GfxImageWriterPNM (FormatType) | |
virtual void | writeImage (const String &filename, const GfxImage &) |
virtual void | writeImage (std::ostream &, const GfxImage &) |
Private Attributes | |
FormatType | _formatType |
Definition at line 40 of file gfxImageWriterPNM.h.