Definition at line 34 of file vidl2_pixel_iterator.txx.
Public Member Functions | |
| vidl2_pixel_iterator_arranged (const vidl2_frame &frame) | |
| Constructor. | |
| ~vidl2_pixel_iterator_arranged () | |
| Destructor. | |
| vidl2_pixel_iterator_arranged< AR, FMT > & | next () |
| Step to the next pixel. | |
| cmp_type | operator() (unsigned int i) const |
| Access the data. | |
| void | get (cmp_type *data) const |
| Access the entire pixel at once. | |
| void | set (const cmp_type *data) |
| write the entire pixel at once. | |
Private Types | |
| typedef vidl2_pixel_traits_of< FMT >::type | cmp_type |
Private Attributes | |
| cmp_type * | ptr_ |
|
|||||
|
Definition at line 36 of file vidl2_pixel_iterator.txx. |
|
||||||||||
|
Constructor.
Definition at line 40 of file vidl2_pixel_iterator.txx. |
|
|||||||||
|
Destructor.
Definition at line 50 of file vidl2_pixel_iterator.txx. |
|
||||||||||
|
Access the entire pixel at once.
Definition at line 67 of file vidl2_pixel_iterator.txx. |
|
|||||||||
|
Step to the next pixel.
Definition at line 53 of file vidl2_pixel_iterator.txx. |
|
||||||||||
|
Access the data.
Definition at line 60 of file vidl2_pixel_iterator.txx. |
|
||||||||||
|
write the entire pixel at once.
Definition at line 73 of file vidl2_pixel_iterator.txx. |
|
|||||
|
Definition at line 37 of file vidl2_pixel_iterator.txx. |
1.4.4