|
typedef Source | source_type |
|
typedef Interpolator | interpolator_type |
|
|
| span_image_filter (source_type &src, interpolator_type &interpolator, image_filter_lut *filter) |
|
void | attach (source_type &v) |
|
source_type & | source () |
|
const source_type & | source () const |
|
const image_filter_lut & | filter () const |
|
int | filter_dx_int () const |
|
int | filter_dy_int () const |
|
double | filter_dx_dbl () const |
|
double | filter_dy_dbl () const |
|
void | interpolator (interpolator_type &v) |
|
void | filter (image_filter_lut &v) |
|
void | filter_offset (double dx, double dy) |
|
void | filter_offset (double d) |
|
interpolator_type & | interpolator () |
|
void | prepare () |
|
template<class Source, class Interpolator>
class agg::span_image_filter< Source, Interpolator >
Definition at line 30 of file agg_span_image_filter.h.
The documentation for this class was generated from the following file: