Anti-Grain Geometry Tutorial
agg::range_adaptor< Array > Class Template Reference

Public Types

typedef Array::value_type value_type
 

Public Member Functions

 range_adaptor (Array &array, unsigned start, unsigned size)
 
unsigned size () const
 
const value_type & operator[] (unsigned i) const
 
value_type & operator[] (unsigned i)
 
const value_type & at (unsigned i) const
 
value_type & at (unsigned i)
 
value_type value_at (unsigned i) const
 

Detailed Description

template<class Array>
class agg::range_adaptor< Array >

Definition at line 1084 of file agg_array.h.


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