This is the base class for a program that reads an egg file, operates on it, and writes another egg file out.
More...
#include "eggFilter.h"
List of all members.
Public Member Functions |
|
| EggFilter (bool allow_last_param=false, bool allow_stdout=true) |
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).
|
| virtual bool | post_command_line () |
| | This is called after the command line has been completely processed, and it gives the program a chance to do some last-minute processing and validation of the options and arguments.
|
Detailed Description
This is the base class for a program that reads an egg file, operates on it, and writes another egg file out.
Definition at line 29 of file eggFilter.h.
Member Function Documentation
This is called after the command line has been completely processed, and it gives the program a chance to do some last-minute processing and validation of the options and arguments.
It should return true if everything is fine, false if there is an error.
Reimplemented from EggReader.
Reimplemented in SomethingToEgg, and EggCrop.
Definition at line 76 of file eggFilter.cxx.
The documentation for this class was generated from the following files: