#include <eggFilter.h>
Inheritance diagram for EggFilter:
Public Member Functions | |
EggFilter (bool allow_last_param=false, bool allow_stdout=true) | |
Protected Member Functions | |
virtual bool | handle_args (Args &args) |
virtual bool | post_command_line () |
|
Definition at line 27 of file eggFilter.cxx. References ProgramBase::add_runline(), ProgramBase::clear_runlines(), and ProgramBase::redescribe_option(). |
|
Reimplemented from EggReader. Reimplemented in EggToBam, and EggToSomething. Definition at line 57 of file eggFilter.cxx. References WithOutputFile::_got_output_filename, ProgramBase::_got_path_directory, WithOutputFile::_output_filename, WithOutputFile::check_last_arg(), Filename::get_dirname(), and EggReader::handle_args(). Referenced by EggToSomething::handle_args(). |
|
Reimplemented from EggReader. Reimplemented in SomethingToEgg, and EggCrop. Definition at line 76 of file eggFilter.cxx. References EggReader::post_command_line(), and EggWriter::post_command_line(). Referenced by SomethingToEgg::post_command_line(). |