Anti-Grain Geometry - AGG (libagg)  2.5
Public Member Functions | Static Public Member Functions
agg::vpgen_segmentator Class Reference

#include <agg_vpgen_segmentator.h>

List of all members.

Public Member Functions

 vpgen_segmentator ()
void approximation_scale (double s)
double approximation_scale () const
void reset ()
void move_to (double x, double y)
void line_to (double x, double y)
unsigned vertex (double *x, double *y)

Static Public Member Functions

static bool auto_close ()
static bool auto_unclose ()

Constructor & Destructor Documentation

agg::vpgen_segmentator::vpgen_segmentator ( ) [inline]

Member Function Documentation

void agg::vpgen_segmentator::approximation_scale ( double  s) [inline]
double agg::vpgen_segmentator::approximation_scale ( ) const [inline]
static bool agg::vpgen_segmentator::auto_close ( ) [inline, static]
static bool agg::vpgen_segmentator::auto_unclose ( ) [inline, static]
void agg::vpgen_segmentator::line_to ( double  x,
double  y 
)
void agg::vpgen_segmentator::move_to ( double  x,
double  y 
)
void agg::vpgen_segmentator::reset ( ) [inline]
unsigned agg::vpgen_segmentator::vertex ( double *  x,
double *  y 
)

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