Public Types | |
typedef pnm_reader< ReadPnmRaw, 2, P, image2d< typename mlc::exact< I >::ret::value_type > > | reader_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 | read (std::istream &in, I &im) |
Initialize im and return true if in is a valid pnm file format, return false otherwise. |
Definition at line 59 of file pnm_read_3d.hh.