Panda3D
|
Generates a bounding-box description of a pfm file. More...
#include "pfmBba.h"
Public Member Functions | |
bool | process_pfm (const Filename &input_filename, PfmFile &file) |
Handles a single pfm file. | |
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). |
bool PfmBba::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 128 of file pfmBba.cxx.
References Filename::from_os_specific().
Handles a single pfm file.
Definition at line 76 of file pfmBba.cxx.
References Filename::open_write(), Filename::set_text(), and PfmFile::set_zero_special().