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

Public Types

typedef conv_adaptor_vpgen< VertexSource, vpgen_clip_polygonbase_type
 

Public Member Functions

 conv_clip_polygon (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_polygon >
 conv_adaptor_vpgen (VertexSource &source)
 
void attach (VertexSource &source)
 
vpgen_clip_polygonvpgen ()
 
const vpgen_clip_polygonvpgen () const
 
void rewind (unsigned path_id)
 
unsigned vertex (double *x, double *y)
 

Detailed Description

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

Definition at line 38 of file agg_conv_clip_polygon.h.


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