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

#include <agg_basics.h>

List of all members.

Public Types

typedef T value_type

Public Member Functions

 vertex_base ()
 vertex_base (T x_, T y_, unsigned cmd_)

Public Attributes

x
y
unsigned cmd

template<class T>
struct agg::vertex_base< T >


Member Typedef Documentation

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

Constructor & Destructor Documentation

template<class T >
agg::vertex_base< T >::vertex_base ( ) [inline]
template<class T >
agg::vertex_base< T >::vertex_base ( x_,
y_,
unsigned  cmd_ 
) [inline]

Member Data Documentation

template<class T >
unsigned agg::vertex_base< T >::cmd
template<class T >
T agg::vertex_base< T >::x
template<class T >
T agg::vertex_base< T >::y

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