Anti-Grain Geometry - AGG (libagg)  2.5
Public Types | Static Public Member Functions
agg::pattern_filter_nn< ColorT > Struct Template Reference

#include <agg_pattern_filters_rgba.h>

List of all members.

Public Types

typedef ColorT color_type

Static Public Member Functions

static unsigned dilation ()
static void AGG_INLINE pixel_low_res (color_type const *const *buf, color_type *p, int x, int y)
static void AGG_INLINE pixel_high_res (color_type const *const *buf, color_type *p, int x, int y)

template<class ColorT>
struct agg::pattern_filter_nn< ColorT >


Member Typedef Documentation

template<class ColorT >
typedef ColorT agg::pattern_filter_nn< ColorT >::color_type

Member Function Documentation

template<class ColorT >
static unsigned agg::pattern_filter_nn< ColorT >::dilation ( ) [inline, static]
template<class ColorT >
static void AGG_INLINE agg::pattern_filter_nn< ColorT >::pixel_high_res ( color_type const *const *  buf,
color_type p,
int  x,
int  y 
) [inline, static]
template<class ColorT >
static void AGG_INLINE agg::pattern_filter_nn< ColorT >::pixel_low_res ( color_type const *const *  buf,
color_type p,
int  x,
int  y 
) [inline, static]

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