Panda3D
|
A program to read a flt file and write an equivalent flt file, possibly performing some minor operations along the way. More...
#include "fltTrans.h"
Public Member Functions | |
void | run () |
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). | |
Protected Attributes | |
bool | _got_new_version |
Filename | _input_filename |
double | _new_version |
A program to read a flt file and write an equivalent flt file, possibly performing some minor operations along the way.
Definition at line 29 of file fltTrans.h.
bool FltTrans::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.
Definition at line 115 of file fltTrans.cxx.
References WithOutputFile::check_last_arg().