Panda3D
Public Member Functions | Protected Member Functions | Protected Attributes
FltInfo Class Reference

A program to read a flt file and report interesting things about it. More...

#include "fltInfo.h"

Inheritance diagram for FltInfo:
ProgramBase

List of all members.

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

Detailed Description

A program to read a flt file and report interesting things about it.

Definition at line 29 of file fltInfo.h.


Member Function Documentation

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().


The documentation for this class was generated from the following files:
 All Classes Functions Variables Enumerations