Anti-Grain Geometry Tutorial
agg::stack_blur_calc_gray< T > Struct Template Reference
Collaboration diagram for agg::stack_blur_calc_gray< T >:

Public Types

typedef T value_type
 

Public Member Functions

AGG_INLINE void clear ()
 
template<class ArgT >
AGG_INLINE void add (const ArgT &a)
 
template<class ArgT >
AGG_INLINE void add (const ArgT &a, unsigned k)
 
template<class ArgT >
AGG_INLINE void sub (const ArgT &a)
 
template<class ArgT >
AGG_INLINE void calc_pix (ArgT &a, unsigned div)
 
template<class ArgT >
AGG_INLINE void calc_pix (ArgT &a, unsigned mul, unsigned shr)
 

Public Attributes

value_type v
 

Detailed Description

template<class T = unsigned>
struct agg::stack_blur_calc_gray< T >

Definition at line 315 of file agg_blur.h.


The documentation for this struct was generated from the following file: