#include <pnm_write_2d.hh>
Collaboration diagram for oln::io::internal::pnm_writer< W, 2, PnmInteger, I >:
Static Public Member Functions | |
std::string | name () |
bool | knows_ext (const std::string &ext) |
bool | write (std::ostream &out, const I &im) |
Write im on out according to the pgm format, then return true. | |
Static Public Attributes | |
const char | pnm_id = (W == WritePnmPlain) ? '2' : '5' |
Definition at line 126 of file pnm_write_2d.hh.