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

#include <agg_vcgen_bspline.h>

List of all members.

Public Types

typedef pod_bvector< point_d, 6 > vertex_storage

Public Member Functions

 vcgen_bspline ()
void interpolation_step (double v)
double interpolation_step () const
void remove_all ()
void add_vertex (double x, double y, unsigned cmd)
void rewind (unsigned path_id)
unsigned vertex (double *x, double *y)

Member Typedef Documentation


Constructor & Destructor Documentation

agg::vcgen_bspline::vcgen_bspline ( )

Member Function Documentation

void agg::vcgen_bspline::add_vertex ( double  x,
double  y,
unsigned  cmd 
)
void agg::vcgen_bspline::interpolation_step ( double  v) [inline]
double agg::vcgen_bspline::interpolation_step ( ) const [inline]
void agg::vcgen_bspline::remove_all ( )
void agg::vcgen_bspline::rewind ( unsigned  path_id)
unsigned agg::vcgen_bspline::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