Panda3D
Public Member Functions | Protected Member Functions
PfmBba Class Reference

Generates a bounding-box description of a pfm file. More...

#include "pfmBba.h"

Inheritance diagram for PfmBba:
ProgramBase

List of all members.

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

Detailed Description

Generates a bounding-box description of a pfm file.

Definition at line 31 of file pfmBba.h.


Member Function Documentation

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

bool PfmBba::process_pfm ( const Filename input_filename,
PfmFile file 
)

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


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