mp_traversals
Terrible Traversals
|
▼ colorPicker | |
ColorPicker.h | |
GradientColorPicker.cpp | |
GradientColorPicker.h | |
GridColorPicker.cpp | |
GridColorPicker.h | |
MyColorPicker.cpp | |
MyColorPicker.h | |
RainbowColorPicker.cpp | |
RainbowColorPicker.h | |
SolidColorPicker.cpp | |
SolidColorPicker.h | |
▼ cs225 | |
HSLAPixel.cpp | Implementation of the HSLAPixel class for use in with the PNG library |
HSLAPixel.h | |
PNG.cpp | Implementation of a simple PNG class using HSLAPixels and the lodepng PNG library |
PNG.h | |
RGB_HSL.h | |
▼ imageTraversal | |
BFS.cpp | |
BFS.h | |
DFS.cpp | |
DFS.h | |
ImageTraversal.cpp | |
ImageTraversal.h | |
Animation.cpp | |
Animation.h | Defintion for a class that encapsulates creating animated images from a set of PNG object frames |
FloodFilledImage.cpp | |
FloodFilledImage.h | Definition for a class to do flood fill on an image |
main.cpp | |
Point.cpp | |
Point.h | Every 2D point of the image is represented by a Point class you need to trverse all the points of the image |