Go to the source code of this file.
Namespaces | |
namespace | cmtk |
Defines | |
#define | isspace(c) ((c=='\t') || (c==' ') || (c=='\n')) |
#define isspace | ( | c ) | ((c=='\t') || (c==' ') || (c=='\n')) |
Definition at line 46 of file cmtkPGM.cxx.
Referenced by cmtk::ResourceFile::Read(), and cmtk::PGM::Read().