#include <pnm_read_2d.hh>
Collaboration diagram for oln::io::internal::pnm_reader< R, 2, PnmInteger, I >:
Static Public Member Functions | |
std::string | name () |
bool | knows_ext (const std::string &ext) |
bool | read (std::istream &in, I &im) |
Initialize im and return true if in is a valid pgm file stream, return false otherwise. | |
Static Public Attributes | |
const char | pnm_id = (R == ReadPnmPlain) ? '2' : '5' |
Definition at line 143 of file pnm_read_2d.hh.