Anti-Grain Geometry Tutorial
agg::pod_array_adaptor< T > Class Template Reference

Public Types

typedef T value_type
 

Public Member Functions

 pod_array_adaptor (T *array, unsigned size)
 
unsigned size () const
 
const T & operator[] (unsigned i) const
 
T & operator[] (unsigned i)
 
const T & at (unsigned i) const
 
T & at (unsigned i)
 
value_at (unsigned i) const
 

Detailed Description

template<class T>
class agg::pod_array_adaptor< T >

Definition at line 26 of file agg_array.h.


The documentation for this class was generated from the following file: