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

#include <agg_basics.h>

List of all members.

Public Member Functions

 const_row_info ()
 const_row_info (int x1_, int x2_, const T *ptr_)

Public Attributes

int x1
int x2
const T * ptr

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


Constructor & Destructor Documentation

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

Member Data Documentation

template<class T >
const T* agg::const_row_info< T >::ptr
template<class T >
int agg::const_row_info< T >::x1
template<class T >
int agg::const_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