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

#include <agg_vcgen_vertex_sequence.h>

List of all members.

Public Types

typedef vertex_dist_cmd vertex_type
typedef vertex_sequence
< vertex_type, 6 > 
vertex_storage

Public Member Functions

 vcgen_vertex_sequence ()
void remove_all ()
void add_vertex (double x, double y, unsigned cmd)
void rewind (unsigned path_id)
unsigned vertex (double *x, double *y)
void shorten (double s)
double shorten () const

Member Typedef Documentation


Constructor & Destructor Documentation

agg::vcgen_vertex_sequence::vcgen_vertex_sequence ( ) [inline]

Member Function Documentation

void agg::vcgen_vertex_sequence::add_vertex ( double  x,
double  y,
unsigned  cmd 
) [inline]
void agg::vcgen_vertex_sequence::remove_all ( ) [inline]
void agg::vcgen_vertex_sequence::rewind ( unsigned  path_id) [inline]
void agg::vcgen_vertex_sequence::shorten ( double  s) [inline]
double agg::vcgen_vertex_sequence::shorten ( ) const [inline]
unsigned agg::vcgen_vertex_sequence::vertex ( double *  x,
double *  y 
) [inline]

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