Panda3D
Public Member Functions | Protected Member Functions
ImageFilter Class Reference

This is the base class for a program that reads an image file, operates on it, and writes another image file out. More...

#include "imageFilter.h"

Inheritance diagram for ImageFilter:
ImageReader ImageWriter ImageBase ImageBase WithOutputFile ProgramBase ProgramBase ImageFixHiddenColor ImageResize ImageTrans

List of all members.

Public Member Functions

 ImageFilter (bool allow_last_param)

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, operates on it, and writes another image file out.

Definition at line 29 of file imageFilter.h.


Member Function Documentation

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

Definition at line 42 of file imageFilter.cxx.

References WithOutputFile::check_last_arg().


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