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

#include <agg_basics.h>

List of all members.

Public Member Functions

 row_info ()
 row_info (int x1_, int x2_, T *ptr_)

Public Attributes

int x1
int x2
T * ptr

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


Constructor & Destructor Documentation

template<class T >
agg::row_info< T >::row_info ( ) [inline]
template<class T >
agg::row_info< T >::row_info ( int  x1_,
int  x2_,
T *  ptr_ 
) [inline]

Member Data Documentation

template<class T >
T* agg::row_info< T >::ptr
template<class T >
int agg::row_info< T >::x1
template<class T >
int agg::row_info< T >::x2

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