Panda3D
|
This is the base class for a program that reads an image file, but doesn't write an image file. More...
#include "imageReader.h"
Protected Member Functions | |
virtual bool | handle_args (Args &args) |
Does something with the additional arguments on the command line (after all the -options have been parsed). |
This is the base class for a program that reads an image file, but doesn't write an image file.
Definition at line 27 of file imageReader.h.
bool ImageReader::handle_args | ( | ProgramBase::Args & | args | ) | [protected, virtual] |
Does something with the additional arguments on the command line (after all the -options have been parsed).
Returns true if the arguments are good, false otherwise.
Reimplemented from ProgramBase.
Reimplemented in ImageFilter.
Definition at line 34 of file imageReader.cxx.
References PNMImage::read().