Anti-Grain Geometry Tutorial
agg::conv_clip_polyline< VertexSource > Struct Template Reference
Inheritance diagram for agg::conv_clip_polyline< VertexSource >:
Collaboration diagram for agg::conv_clip_polyline< VertexSource >:

Public Types

typedef conv_adaptor_vpgen< VertexSource, vpgen_clip_polylinebase_type
 

Public Member Functions

 conv_clip_polyline (VertexSource &vs)
 
void clip_box (double x1, double y1, double x2, double y2)
 
double x1 () const
 
double y1 () const
 
double x2 () const
 
double y2 () const
 
- Public Member Functions inherited from agg::conv_adaptor_vpgen< VertexSource, vpgen_clip_polyline >
 conv_adaptor_vpgen (VertexSource &source)
 
void attach (VertexSource &source)
 
vpgen_clip_polylinevpgen ()
 
const vpgen_clip_polylinevpgen () const
 
void rewind (unsigned path_id)
 
unsigned vertex (double *x, double *y)
 

Detailed Description

template<class VertexSource>
struct agg::conv_clip_polyline< VertexSource >

Definition at line 38 of file agg_conv_clip_polyline.h.


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