Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

ImageFilterKeep Class Reference

Class for simple pass through of images. More...

Inheritance diagram for ImageFilterKeep:

Inheritance graph
[legend]
Collaboration diagram for ImageFilterKeep:

Collaboration graph
[legend]
List of all members.

Public Member Functions

char * GetDescription () const
void FilterFrame (uint8_t *pixels, int width, int height, double position, double frame_delta)

Detailed Description

Class for simple pass through of images.

Definition at line 49 of file image_filters.cc.


Member Function Documentation

void ImageFilterKeep::FilterFrame uint8_t *  pixels,
int  width,
int  height,
double  position,
double  frame_delta
[inline, virtual]
 

Implements ImageFilter.

Definition at line 57 of file image_filters.cc.

00058     {}

char* ImageFilterKeep::GetDescription  )  const [inline, virtual]
 

Implements ImageFilter.

Definition at line 52 of file image_filters.cc.

00053     {
00054         return _( "No Change" );
00055     }


The documentation for this class was generated from the following file:
Generated on Sun Mar 11 22:13:04 2007 for Kino by  doxygen 1.4.2