Panda3D
|
A program to read an egg file and write an equivalent egg file, possibly performing some minor operations along the way. More...
#include "eggCrop.h"
Public Member Functions | |
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. | |
void | run () |
A program to read an egg file and write an equivalent egg file, possibly performing some minor operations along the way.
bool EggCrop::post_command_line | ( | ) | [virtual] |
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 EggFilter.
Definition at line 57 of file eggCrop.cxx.