Moritz Kobitzsch
|
fa0a5040e5
|
adding tests for guidance
|
2016-04-08 10:43:22 +02:00 |
|
Moritz Kobitzsch
|
f2443c64db
|
adds distinction between rotaries/rounabouts
|
2016-04-05 22:59:14 +02:00 |
|
Moritz Kobitzsch
|
0cc23dec6f
|
restructured to only return valid turns to the outside + cleanup
|
2016-04-05 22:58:32 +02:00 |
|
Moritz Kobitzsch
|
71c0d5253d
|
less new names, forks consider road classes, api clean-up
|
2016-04-05 22:58:32 +02:00 |
|
Moritz Kobitzsch
|
a674028c37
|
implement basic turn handling
|
2016-04-05 22:58:32 +02:00 |
|
Moritz Kobitzsch
|
eb3f550e26
|
encapsulated into class
|
2016-04-05 22:58:32 +02:00 |
|
Moritz Kobitzsch
|
06aa6dedab
|
improving fork handling on three-way turns
|
2016-04-05 22:58:32 +02:00 |
|
Moritz Kobitzsch
|
9e95d1f1fd
|
fixes assignment for basic turn types / invalid ramp assignment
|
2016-04-05 22:58:32 +02:00 |
|
Patrick Niklaus
|
e7ea5f500d
|
Don't pass shared_ptr down to functions
"Don’t pass a smart pointer as a function parameter unless you want to
use or manipulate the smart pointer itself, such as to share or transfer
ownership."
Source:
http://herbsutter.com/2013/06/05/gotw-91-solution-smart-pointer-parameters/
|
2016-04-05 22:58:32 +02:00 |
|
Daniel J. Hofmann
|
3f598a5121
|
Properly includes needed headers in turn analysis interface
|
2016-04-05 22:58:32 +02:00 |
|
Moritz Kobitzsch
|
01318a08b4
|
start of four way turns
|
2016-04-05 22:58:32 +02:00 |
|
Moritz Kobitzsch
|
119487f1aa
|
improved fork handling
|
2016-04-05 22:58:32 +02:00 |
|
Patrick Niklaus
|
b08b360f38
|
Big Restructuring / Cleanup
|
2016-04-05 22:58:32 +02:00 |
|