MP6
Photomosaic
File List
Here is a list of all documented files with brief descriptions:
 kdtree.cppImplementation of KDTree class
 kdtree.hKDTree implementation using Points in k-dimensional space
 kdtree_extras.cppYou do not need to modify this file
 maptiles.cppCode for the maptiles function
 maptiles.hMapTiles() function
 mosaiccanvas.hImplementation of the mosaic data structure
 no_sort.hMasks std sorting algorithms with error messages to prevent students from using the STL's sorting functions
 photomosaic.cppPhotoMosaic main function
 png.cppImplementation of the PNG class for the EasyPNG library
 png.hDefinition of the PNG class for the EasyPNG library
 point.hDefinition of a Point class for k dimensional points
 rgbapixel.cppImplementation of the RGBAPixel class for the EasyPNG library
 rgbapixel.hDefinition of the RGBAPixel class for the EasyPNG library
 sourceimage.hDefinition of SourceImage class
 testmaptiles.cppRuns the maptiles function to test it on some simple tiles
 tileimage.hDefinition of the TileImage class
 util.cppCS 225 Util Library