#include <pnm_write_2d.hh>
Collaboration diagram for oln::io::internal::pnm_writer< W, 2, PnmBinary, 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 pbm format, then return true. | |
Static Public Attributes | |
const char | pnm_id = (W == WritePnmPlain) ? '1' : '4' |
Definition at line 76 of file pnm_write_2d.hh.