|
Anti-Grain Geometry Tutorial
|
Public Types | |
| typedef T | value_type |
| typedef pod_auto_array< T, Size > | self_type |
Public Member Functions | |
| pod_auto_array (const T *c) | |
| const self_type & | operator= (const T *c) |
| const T & | operator[] (unsigned i) const |
| T & | operator[] (unsigned i) |
| const T & | at (unsigned i) const |
| T & | at (unsigned i) |
| T | value_at (unsigned i) const |
Static Public Member Functions | |
| static unsigned | size () |
Definition at line 47 of file agg_array.h.