Anti-Grain Geometry - AGG (libagg)  2.5
Public Types | Public Member Functions
agg::poly_plain_adaptor< T > Class Template Reference

#include <agg_path_storage.h>

List of all members.

Public Types

typedef T value_type

Public Member Functions

 poly_plain_adaptor ()
 poly_plain_adaptor (const T *data, unsigned num_points, bool closed)
void init (const T *data, unsigned num_points, bool closed)
void rewind (unsigned)
unsigned vertex (double *x, double *y)

template<class T>
class agg::poly_plain_adaptor< T >


Member Typedef Documentation

template<class T>
typedef T agg::poly_plain_adaptor< T >::value_type

Constructor & Destructor Documentation

template<class T>
agg::poly_plain_adaptor< T >::poly_plain_adaptor ( ) [inline]
template<class T>
agg::poly_plain_adaptor< T >::poly_plain_adaptor ( const T *  data,
unsigned  num_points,
bool  closed 
) [inline]

Member Function Documentation

template<class T>
void agg::poly_plain_adaptor< T >::init ( const T *  data,
unsigned  num_points,
bool  closed 
) [inline]
template<class T>
void agg::poly_plain_adaptor< T >::rewind ( unsigned  ) [inline]
template<class T>
unsigned agg::poly_plain_adaptor< T >::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