Eclipse SUMO - Simulation of Urban MObility
|
#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>
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> |
Definition in file NBHeightMapper.h.
#define TRIANGLE_RTREE_QUAL RTree<NBHeightMapper::Triangle*, NBHeightMapper::Triangle, float, 2, NBHeightMapper::QueryResult> |
Definition at line 37 of file NBHeightMapper.h.