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

PLFilterFill Class Reference

Fills a 32 bpp Bitmap completely with a color. More...

#include <plfilterfill.h>

Inheritance diagram for PLFilterFill:

Inheritance graph
[legend]
Collaboration diagram for PLFilterFill:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 PLFilterFill (const PLPixel32 &Color)
virtual ~PLFilterFill ()
virtual void ApplyInPlace (PLBmp *pBmp) const
 In-Place Apply.

Private Attributes

PLPixel32 m_Color

Detailed Description

Fills a 32 bpp Bitmap completely with a color.

Definition at line 22 of file plfilterfill.h.


Constructor & Destructor Documentation

PLFilterFill::PLFilterFill const PLPixel32 Color  ) 
 

Definition at line 14 of file plfilterfill.cpp.

PLFilterFill::~PLFilterFill  )  [virtual]
 

Definition at line 20 of file plfilterfill.cpp.


Member Function Documentation

void PLFilterFill::ApplyInPlace PLBmp pBmp  )  const [virtual]
 

In-Place Apply.

Applies the filter to pBmp. The base-class version copies the bitmap after calling Apply (pBmp, pTempBmp).

Reimplemented from PLFilter.

Definition at line 24 of file plfilterfill.cpp.

References PLBmp::ApplyFilter(), PLBmp::GetHeight(), and PLBmp::GetWidth().

Here is the call graph for this function:


Member Data Documentation

PLPixel32 PLFilterFill::m_Color [private]
 

Definition at line 30 of file plfilterfill.h.


The documentation for this class was generated from the following files:
Generated on Wed Dec 15 21:21:00 2004 for vuVolume by  doxygen 1.3.9.1