This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "spatial".
The branch, task_3432355 has been updated
via c4425c59f53d000a33feea9c99af3e6099715bfb (commit)
from 3196df52ff08d745293be7101286a104819a5724 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit c4425c59f53d000a33feea9c99af3e6099715bfb
Author: Sylvain Bougerel <syl...@gm...>
Date: Sun Mar 3 14:39:24 2013 +0800
Finalized the interface for the neighbor_iterator (finally).
Renamed the geometries into metrics. The trick was to realize that
it did not need the DistanceType in the function. It could be casted
in the return type by a cheap copy.
-----------------------------------------------------------------------
Summary of changes:
doc/meta/concepts.dox | 30 +-
src/bits/spatial_geometry.hpp | 334 --------------
src/bits/spatial_math.hpp | 7 +-
src/bits/spatial_metric.hpp | 358 +++++++++++++++
src/bits/spatial_neighbor.hpp | 471 ++++++++++----------
src/bits/spatial_traits.hpp | 14 +-
...l_test_geometry.hpp => spatial_test_metric.hpp} | 30 +-
tests/verify_neighbor.cpp | 2 +-
8 files changed, 638 insertions(+), 608 deletions(-)
delete mode 100644 src/bits/spatial_geometry.hpp
create mode 100644 src/bits/spatial_metric.hpp
rename tests/bits/{spatial_test_geometry.hpp => spatial_test_metric.hpp} (92%)
hooks/post-receive
--
spatial
|