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 73994b6fdca117a3ee3c1bf3b37d6314f6c50cd5 (commit)
from ef70cec26512888ed8ca596c330b175057407329 (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 73994b6fdca117a3ee3c1bf3b37d6314f6c50cd5
Author: Sylvain Bougerel <syl...@gm...>
Date: Sun Mar 4 23:48:09 2012 +0800
Added several constructs to the region class and the neighbor class of iterator. Fixed the neighbor iterators to use the new node framework.
Remain to catch up with the unit tests now.
-----------------------------------------------------------------------
Summary of changes:
src/bits/spatial_details.hpp | 10 +-
src/bits/spatial_geometry.hpp | 172 +++---
src/bits/spatial_kdtree.hpp | 9 +-
src/bits/spatial_mapping.hpp | 78 ++-
src/bits/spatial_mapping.tpp | 198 +++---
src/bits/spatial_neighbor.hpp | 1256 +++++++++++------------------------
src/bits/spatial_neighbor.tpp | 530 ++++++++--------
src/bits/spatial_node.hpp | 12 +-
src/bits/spatial_region.hpp | 301 +++++----
src/bits/spatial_region.tpp | 78 ++--
src/bits/spatial_relaxed_kdtree.hpp | 17 +-
src/bits/spatial_traits.hpp | 2 +-
tests/bits/fixtures.hpp | 666 -------------------
tests/bits/spatial_test_details.hpp | 158 +++--
tests/bits/spatial_test_node.hpp | 165 ++++--
tests/bits/spatial_test_traits.hpp | 67 ++-
tests/bits/test_fixtures.hpp | 523 +++++++++++++++
tests/verify.cpp | 2 +-
18 files changed, 1896 insertions(+), 2348 deletions(-)
delete mode 100644 tests/bits/fixtures.hpp
create mode 100644 tests/bits/test_fixtures.hpp
hooks/post-receive
--
spatial
|