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