Panda3D
|
A program to read a X file and output an essentially similar X file. More...
#include "xFileTrans.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 | |
Filename | _input_filename |
A program to read a X file and output an essentially similar X file.
This is mainly useful to test the X file parser used in Panda.
Definition at line 29 of file xFileTrans.h.
bool XFileTrans::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 78 of file xFileTrans.cxx.
References WithOutputFile::check_last_arg().