_boxblur.h File Reference

Go to the source code of this file.

Functions

template<typename T1, typename T2>
_ETL_BEGIN_NAMESPACE void hbox_blur (T1 pen, int w, int h, int length, T2 outpen)
template<typename T1, typename T2>
void vbox_blur (T1 pen, const int w, const int h, int length, T2 outpen)
template<typename T1, typename T2>
void box_blur (T1 pen, int w, int h, int blur_w, int blur_h, T2 outpen)
template<typename T1, typename T2>
void box_blur (T1 pen, int w, int h, int size, T2 outpen)
template<typename T1, typename T2>
void hbox_blur (T1 begin, T1 end, int len, T2 outpen)
template<typename T1, typename T2>
void vbox_blur (T1 begin, T1 end, int len, T2 outpen)
template<typename T1, typename T2>
void box_blur (T1 begin, T1 end, int blur_w, int blur_h, T2 outpen)
template<typename T1, typename T2>
void box_blur (T1 begin, T1 end, int blursize, T2 outpen)


Function Documentation

template<typename T1, typename T2>
_ETL_BEGIN_NAMESPACE void hbox_blur ( T1  pen,
int  w,
int  h,
int  length,
T2  outpen 
)

======================================================================== Extended Template Library Box Blur Template Implementation

Id
_boxblur.h,v 1.1.1.1 2005/01/04 01:31:46 darco Exp

Copyright (c) 2002 Robert B. Quattlebaum Jr.

This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

=== N O T E S ===========================================================

This is an internal header file, included by other ETL headers. You should not attempt to use it directly.

=========================================================================

Definition at line 41 of file _boxblur.h.

References f.

Referenced by box_blur(), and hbox_blur().

template<typename T1, typename T2>
void vbox_blur ( T1  pen,
const int  w,
const int  h,
int  length,
T2  outpen 
)

Definition at line 72 of file _boxblur.h.

References f.

Referenced by box_blur(), and vbox_blur().

template<typename T1, typename T2>
void box_blur ( T1  pen,
int  w,
int  h,
int  blur_w,
int  blur_h,
T2  outpen 
)

Definition at line 205 of file _boxblur.h.

References hbox_blur(), and vbox_blur().

template<typename T1, typename T2>
void box_blur ( T1  pen,
int  w,
int  h,
int  size,
T2  outpen 
)

Definition at line 209 of file _boxblur.h.

References hbox_blur(), and vbox_blur().

template<typename T1, typename T2>
void hbox_blur ( T1  begin,
T1  end,
int  len,
T2  outpen 
)

Definition at line 213 of file _boxblur.h.

References hbox_blur().

template<typename T1, typename T2>
void vbox_blur ( T1  begin,
T1  end,
int  len,
T2  outpen 
)

Definition at line 220 of file _boxblur.h.

References vbox_blur().

template<typename T1, typename T2>
void box_blur ( T1  begin,
T1  end,
int  blur_w,
int  blur_h,
T2  outpen 
)

Definition at line 227 of file _boxblur.h.

References hbox_blur(), and vbox_blur().

template<typename T1, typename T2>
void box_blur ( T1  begin,
T1  end,
int  blursize,
T2  outpen 
)

Definition at line 234 of file _boxblur.h.

References hbox_blur(), and vbox_blur().


Generated on Fri Nov 3 21:07:28 2006 for ETL by  doxygen 1.4.7