Public Types | |
typedef pnm_writer< WritePnmRaw, 2, P, image2d< typename mlc::exact< I >::ret::value_type > > | writer_2d |
typedef image2d< typename mlc::exact< I >::ret::value_type > | image2d_type |
Static Public Member Functions | |
static std::string | name () |
static bool | knows_ext (const std::string &ext) |
static bool | write (std::ostream &out, const I &im) |
Write im on out, then return true. |
Definition at line 58 of file pnm_write_3d.hh.