Routing datastructure more seperated from data of original edges

This commit is contained in:
DennisOSRM
2012-04-25 10:51:16 +02:00
parent ff0eae40ea
commit f8761ecea0
19 changed files with 223 additions and 75 deletions
+1
View File
@@ -32,6 +32,7 @@ or see http://www.gnu.org/licenses/agpl.txt.
#include <boost/unordered_map.hpp>
#include "../DataStructures/ExtractorStructs.h"
#include "../DataStructures/ImportEdge.h"
#include "../typedefs.h"
+3
View File
@@ -17,7 +17,10 @@ along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
or see http://www.gnu.org/licenses/agpl.txt.
*/
#include <iomanip>
#include <errno.h>
#include <zip.h>
#include "NASAGridSquare.h"
+3
View File
@@ -21,9 +21,12 @@ or see http://www.gnu.org/licenses/agpl.txt.
#ifndef STRINGUTIL_H_
#define STRINGUTIL_H_
#include <cstdio>
#include <cstdlib>
#include <string>
#include "../DataStructures/ExtractorStructs.h"
// precision: position after decimal point
// length: maximum number of digits including comma and decimals
template< int length, int precision >