Anti-Grain Geometry Tutorial
agg::span_interpolator_adaptor< Interpolator, Distortion > Class Template Reference
Inheritance diagram for agg::span_interpolator_adaptor< Interpolator, Distortion >:
Collaboration diagram for agg::span_interpolator_adaptor< Interpolator, Distortion >:

Public Types

typedef Interpolator base_type
 
typedef base_type::trans_type trans_type
 
typedef Distortion distortion_type
 

Public Member Functions

 span_interpolator_adaptor (trans_type &trans, distortion_type &dist)
 
 span_interpolator_adaptor (trans_type &trans, distortion_type &dist, double x, double y, unsigned len)
 
distortion_type & distortion () const
 
void distortion (distortion_type &dist)
 
void coordinates (int *x, int *y) const
 

Detailed Description

template<class Interpolator, class Distortion>
class agg::span_interpolator_adaptor< Interpolator, Distortion >

Definition at line 26 of file agg_span_interpolator_adaptor.h.


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