This is the base class for a program that reads an image file, operates on it, and writes another image file out.
More...
#include "imageFilter.h"
List of all members.
Public Member Functions |
|
| ImageFilter (bool allow_last_param) |
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).
|
Detailed Description
This is the base class for a program that reads an image file, operates on it, and writes another image file out.
Definition at line 29 of file imageFilter.h.
Member Function Documentation
| bool ImageFilter::handle_args |
( |
ProgramBase::Args & |
args | ) |
[protected, virtual] |
The documentation for this class was generated from the following files: