Refactoring extraction stuff

This commit is contained in:
DennisOSRM
2012-08-27 17:40:59 +02:00
parent e1fe363268
commit 1fdfac4aaf
28 changed files with 399 additions and 167 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ or see http://www.gnu.org/licenses/agpl.txt.
#include "../DataStructures/Percent.h"
#include "../DataStructures/XORFastHash.h"
#include "../DataStructures/XORFastHashStorage.h"
#include "../Util/OpenMPReplacement.h"
#include "../Util/OpenMPWrapper.h"
#include "../Util/StringUtil.h"
class Contractor {
+1 -1
View File
@@ -25,7 +25,7 @@
#include <boost/property_tree/ptree.hpp>
#include <boost/property_tree/ini_parser.hpp>
#include "../Util/OpenMPReplacement.h"
#include "../Util/OpenMPWrapper.h"
#include "../DataStructures/Percent.h"
#include "EdgeBasedGraphFactory.h"
+1 -1
View File
@@ -36,7 +36,7 @@
#include "../typedefs.h"
#include "../DataStructures/DeallocatingVector.h"
#include "../DataStructures/DynamicGraph.h"
#include "../DataStructures/ExtractorStructs.h"
#include "../Extractor/ExtractorStructs.h"
#include "../DataStructures/HashTable.h"
#include "../DataStructures/ImportEdge.h"
#include "../DataStructures/QueryEdge.h"