Public Methods | |
| ImageQueue (int size, int x, int y) | |
| Initialized the Image Queue to hold images of the size indicated. More... | |
| ReMake (int subset, int x, int y) | |
| Reinitializes the Image Queue to hold images of a different size. More... | |
| virtual | ~ImageQueue () |
| ColorImage< T > & | Pop () |
| Gets the current image (doesn't actually delete, since that takes time), though you'll be looking at the next image the next time you try. More... | |
| ColorImage< T > & | Look () |
| Returns the image at the top of the queue. More... | |
| ColorImage< T > & | Prev () |
| Returns the image in the previous position in the queue. More... | |
| ColorImage< T > & | Next () |
| Returns the image at the next location in the set. More... | |
| ColorImage< T > & | Middle () |
| Looks at the middle location in a list of images. More... | |
Images that go in are not created or destoyed following their initial creation. They cycle through the queue. This is completely application specific. I made it because I needed it. It may not ever be useful for anyone else.
Definition at line 20 of file ImageQueue.
|
||||||||||||||||||||||||||
|
Initialized the Image Queue to hold images of the size indicated.
Definition at line 44 of file ImageQueue. |
|
|||||||||
|
Definition at line 72 of file ImageQueue. |
|
|||||||||
|
Returns the image at the top of the queue.
Definition at line 31 of file ImageQueue. |
|
|||||||||
|
Looks at the middle location in a list of images.
Definition at line 37 of file ImageQueue. |
|
|||||||||
|
Returns the image at the next location in the set.
Definition at line 35 of file ImageQueue. |
|
|||||||||
|
Gets the current image (doesn't actually delete, since that takes time), though you'll be looking at the next image the next time you try.
Definition at line 64 of file ImageQueue. |
|
|||||||||
|
Returns the image in the previous position in the queue.
Definition at line 33 of file ImageQueue. |
|
||||||||||||||||||||||||||
|
Reinitializes the Image Queue to hold images of a different size.
Definition at line 53 of file ImageQueue. |
1.2.9.1 written by Dimitri van Heesch,
© 1997-2001