Anti-Grain Geometry - AGG (libagg)  2.5
Public Types | Public Member Functions | Public Attributes
agg::stack_blur_calc_rgb< T > Struct Template Reference

#include <agg_blur.h>

List of all members.

Public Types

typedef T value_type

Public Member Functions

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

Public Attributes

value_type r
value_type g
value_type b

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


Member Typedef Documentation

template<class T = unsigned>
typedef T agg::stack_blur_calc_rgb< T >::value_type

Member Function Documentation

template<class T = unsigned>
template<class ArgT >
AGG_INLINE void agg::stack_blur_calc_rgb< T >::add ( const ArgT &  v) [inline]
template<class T = unsigned>
template<class ArgT >
AGG_INLINE void agg::stack_blur_calc_rgb< T >::add ( const ArgT &  v,
unsigned  k 
) [inline]
template<class T = unsigned>
template<class ArgT >
AGG_INLINE void agg::stack_blur_calc_rgb< T >::calc_pix ( ArgT &  v,
unsigned  div 
) [inline]
template<class T = unsigned>
template<class ArgT >
AGG_INLINE void agg::stack_blur_calc_rgb< T >::calc_pix ( ArgT &  v,
unsigned  mul,
unsigned  shr 
) [inline]
template<class T = unsigned>
AGG_INLINE void agg::stack_blur_calc_rgb< T >::clear ( ) [inline]
template<class T = unsigned>
template<class ArgT >
AGG_INLINE void agg::stack_blur_calc_rgb< T >::sub ( const ArgT &  v) [inline]

Member Data Documentation

template<class T = unsigned>
value_type agg::stack_blur_calc_rgb< T >::b
template<class T = unsigned>
value_type agg::stack_blur_calc_rgb< T >::g
template<class T = unsigned>
value_type agg::stack_blur_calc_rgb< T >::r

The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines