SUMO - Simulation of Urban MObility
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
NBHeightMapper.h File Reference
#include <config.h>
#include <stdint.h>
#include <string>
#include <foreign/rtree/RTree.h>
#include <utils/geom/PositionVector.h>
#include <utils/geom/Boundary.h>
#include <utils/common/UtilExceptions.h>
Include dependency graph for NBHeightMapper.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  NBHeightMapper
 Set z-values for all network positions based on data from a height map. More...
 
class  NBHeightMapper::QueryResult
 class for cirumventing the const-restriction of RTree::Search-context More...
 
class  NBHeightMapper::Triangle
 

Macros

#define TRIANGLE_RTREE_QUAL   RTree<NBHeightMapper::Triangle*, NBHeightMapper::Triangle, float, 2, NBHeightMapper::QueryResult>
 

Detailed Description

Author
Jakob Erdmann
Laura Bieker
Michael Behrisch
Date
Sept 2011
Version
Id
NBHeightMapper.h 20433 2016-04-13 08:00:14Z behrisch

Definition in file NBHeightMapper.h.

Macro Definition Documentation

Definition at line 47 of file NBHeightMapper.h.