Panda3D
|
A program to read a flt file and report interesting things about it. More...
#include "fltInfo.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). | |
void | list_hierarchy (FltRecord *record, int indent_level) |
Recursively lists the flt file's hierarchy in a meaningful way. | |
Protected Attributes | |
Filename | _input_filename |
bool | _list_hierarchy |
A program to read a flt file and report interesting things about it.
bool FltInfo::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 86 of file fltInfo.cxx.
void FltInfo::list_hierarchy | ( | FltRecord * | record, |
int | indent_level | ||
) | [protected] |
Recursively lists the flt file's hierarchy in a meaningful way.
Definition at line 74 of file fltInfo.cxx.
References FltRecord::write().