MP4
DFS and BFS using Stacks and Queues
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
 CAnimationAnimation class—used to create animated images from a sequence of PNG objects as frames of the animation
 CBFSA breadth-first ImageTraversal
 CColorPickerThe base class for different color picking algorithms All color picking classes inherit from this class
 CDFSA depth-first ImageTraversal
 CFloodFilledImageThis class is used to do flood fill on an image
 CGradientColorPickerA color picker class using gradient color picking algorithm
 CGridColorPickerA color picker class using grid color picking algorithm
 CImageTraversalA base class for traversal algorithms on images
 CIteratorA forward iterator through an ImageTraversal
 CMyColorPickerA color picker class using your own color picking algorithm
 CPointSimple Point class containing a public unsigned x and y for representing 2D points on an image
 CRainbowColorPickerA color picker class using rainbow color picking algorithm
 CSolidColorPickerA color picker class using solid color picking algorithm