Eclipse SUMO - Simulation of Urban MObility
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...
 
struct  NBHeightMapper::RasterData
 
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

Definition in file NBHeightMapper.h.

Macro Definition Documentation

◆ TRIANGLE_RTREE_QUAL

Definition at line 37 of file NBHeightMapper.h.