MyCurry/test/unit
King_DuckZ 40967784a3 Add parameter to skip the callback on the first tile.
For example if you are going from tile 1,1 to 1,2 you would get
two notifications if parInclFirst==true, one for 1,1 and one for
1,2. If parInclFirst==false, then you will only get a notification
for 1,2. Note that if the segment passed to to
for_each_voxel_under_segment() is too short and doesn't span over
the initial tile, passing parInclFirst==false will discard the
only callback you would normally get. Effectively this can be used
for a sort of "on tile changed" notification.
2017-07-23 16:22:04 +01:00
..
CMakeLists.txt Expose private functions in grid_raytrace for unit testing. 2017-02-09 19:31:38 +00:00
grid_raytrace.cpp Add parameter to skip the callback on the first tile. 2017-07-23 16:22:04 +01:00
main.cpp Add Catch for unit testing. 2017-02-08 16:32:55 +00:00