Panda3D
Protected Member Functions
ImageReader Class Reference

This is the base class for a program that reads an image file, but doesn't write an image file. More...

#include "imageReader.h"

Inheritance diagram for ImageReader:
ImageBase ProgramBase ImageFilter ImageFixHiddenColor ImageResize ImageTrans

List of all members.

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

This is the base class for a program that reads an image file, but doesn't write an image file.

Definition at line 27 of file imageReader.h.


Member Function Documentation

bool ImageReader::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.

Reimplemented in ImageFilter.

Definition at line 34 of file imageReader.cxx.

References PNMImage::read().


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