Revision 1189691
Go back to digest for 31st October 2010Features in Graphics
Marcel Wiesweg committed changes in /branches/extragear/graphics/digikam/libs/database/imagehistory:
First revision of a class that builds a graph from an image's history and can perform algorithms using the Boost Graph library.
- the file imagehistorygraph_boost.h is internal and contains all code directly using the boost library
- the file imagehistorygraphdata.h implemented the internal shared data, which is a Graph with custom properties for each vertex and egde
- the file transitive_reduction.hpp is copied from the boost distribution with the exception of replacing one ";" by "," in line 103, making it compile
File Changes
Added 6 files
- /branches/extragear/graphics/digikam/libs/database/imagehistory
- /imagehistorygraph.cpp
- /imagehistorygraph.h
- /imagehistorygraph_boost.h
- /imagehistorygraphdata.h
- /transitive_reduction.hpp
6 files changed in total