Anti-Grain Geometry - AGG (libagg)  2.5
Public Types | Public Member Functions
agg::span_image_resample_gray_affine< Source > Class Template Reference

#include <agg_span_image_filter_gray.h>

Inheritance diagram for agg::span_image_resample_gray_affine< Source >:
agg::span_image_resample_affine< Source > agg::span_image_filter< Source, span_interpolator_linear< trans_affine > >

List of all members.

Public Types

enum  base_scale_e { base_shift = color_type::base_shift, base_mask = color_type::base_mask, downscale_shift = image_filter_shift }
typedef Source source_type
typedef source_type::color_type color_type
typedef
span_image_resample_affine
< source_type
base_type
typedef
base_type::interpolator_type 
interpolator_type
typedef color_type::value_type value_type
typedef color_type::long_type long_type

Public Member Functions

 span_image_resample_gray_affine ()
 span_image_resample_gray_affine (source_type &src, interpolator_type &inter, const image_filter_lut &filter)
void generate (color_type *span, int x, int y, unsigned len)

template<class Source>
class agg::span_image_resample_gray_affine< Source >


Member Typedef Documentation

template<class Source >
typedef source_type::color_type agg::span_image_resample_gray_affine< Source >::color_type
template<class Source >
typedef color_type::long_type agg::span_image_resample_gray_affine< Source >::long_type
template<class Source >
typedef Source agg::span_image_resample_gray_affine< Source >::source_type
template<class Source >
typedef color_type::value_type agg::span_image_resample_gray_affine< Source >::value_type

Member Enumeration Documentation

Enumerator:
base_shift 
base_mask 
downscale_shift 

Constructor & Destructor Documentation

template<class Source >
agg::span_image_resample_gray_affine< Source >::span_image_resample_gray_affine ( ) [inline]
template<class Source >
agg::span_image_resample_gray_affine< Source >::span_image_resample_gray_affine ( source_type src,
interpolator_type inter,
const image_filter_lut filter 
) [inline]

Member Function Documentation

template<class Source >
void agg::span_image_resample_gray_affine< Source >::generate ( color_type span,
int  x,
int  y,
unsigned  len 
) [inline]

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