Menelaos Karavelas
a9fd41e355
Merge branch 'develop' of https://github.com/boostorg/geometry into feature/setops
2014-05-14 15:42:25 +03:00
Menelaos Karavelas
1083dce436
[test] fix unused variable warnings produced with clang++ and -Wextra
2014-05-14 15:40:27 +03:00
Menelaos Karavelas
aebd3cefe2
[test][set ops L/L] fix unused variable warnings produced with clang++ and -Wextra
2014-05-14 15:39:56 +03:00
Barend Gehrels
71be9ab855
[test] added include for multi
2014-05-14 14:19:04 +02:00
Barend Gehrels
a703cae46e
[num_points][test] Added test for num_points which was not yet there
2014-05-14 14:18:48 +02:00
Barend Gehrels
afb301f6ed
[unit test] Made from_wkt inline and avoid abbreviations
2014-05-14 13:47:22 +02:00
Barend Gehrels
09365f0086
[unit test] Added copyright info
2014-05-14 13:46:52 +02:00
Menelaos Karavelas
ef5d49a3fa
[test][distance] replace operator() by static apply method in tester of distance of two geometries; activate test for the segment-ring combination
2014-05-13 11:57:09 +03:00
Menelaos Karavelas
cfb445773e
[test][distance] make clear the distinction between distance result and comparable distance result (use correct types and checks)
2014-05-13 11:01:45 +03:00
Menelaos Karavelas
cfef0b8d68
[test] extract string_from_type class in geometry_test_common.hpp in a separate file
2014-05-13 10:55:36 +03:00
Menelaos Karavelas
9d9f1241be
[test][distance] add test case for distance between boxes with integer coordinates
2014-05-13 10:54:35 +03:00
Menelaos Karavelas
f565154090
[test][strategies] add unit test to test the return type of the default distance result and the default comparable distance result
2014-05-10 15:14:19 +03:00
Menelaos Karavelas
aba739439b
[test][distance L/A] add test case for segment-box distance, where the segment degenerates to a point
2014-05-09 23:07:00 +03:00
Menelaos Karavelas
5c5d42341c
[test][distance] move unit test code from test/multi/algorithms/multi_distance.cpp to test/algorithms/distance.cpp;
...
delete test/multi/algorithms/multi_distance.cpp;
2014-05-09 22:25:45 +03:00
Menelaos Karavelas
a7d02e0391
[distance][test] enable segment-segment distance computations
2014-05-09 00:20:24 +03:00
Menelaos Karavelas
8a23c01061
[test][distance] add common code for distance unit tests
2014-05-08 15:02:49 +03:00
Menelaos Karavelas
319f9a7b83
[test][algorithms] add new unit tests for distance in Jamfile
2014-05-08 13:46:31 +03:00
Menelaos Karavelas
302c25280d
[distance] add unit tests for all geometry combinations
2014-05-08 13:45:10 +03:00
Adam Wulkiewicz
dffd4a4f64
Merge pull request #22 from mkaravel/feature/setops
...
Feature/setops
2014-05-07 11:58:11 +02:00
Adam Wulkiewicz
6407199617
Merge pull request #21 from mkaravel/feature/point_iterator
...
Feature/point iterator
2014-05-07 11:57:20 +02:00
Menelaos Karavelas
50f975cd89
[test][iterators] replace #include of type traits by the specific one used (is_const)
2014-05-06 22:00:05 +03:00
Adam Wulkiewicz
8eefe4d3ba
[equals] Add missing copyright info
2014-05-06 19:00:28 +02:00
Adam Wulkiewicz
8bb1d98aaf
[equals][relate] Add equals() Ls/MLs, MLs/MLs. Fix relate(L/L).
...
Also use relate() in equals(Ls,Ls) because collect_vectors() approach doesn't work properly for non-simple or even opposite/reversed Linestrings.
Fix how 'u' is handled in relate() in the edge case when there are more 'u' operations in the same point, also when 'u' is on the first endpoint followed by 'i' on the same IP.
Add tests for equals() and relate().
2014-05-06 16:18:05 +02:00
Menelaos Karavelas
47e961cb3f
[test][iterators] qualify free functions as inline
2014-05-06 16:34:26 +03:00
Menelaos Karavelas
321d12c56a
[test][set ops L/L] add two more test cases with spikes (examples sent by Adam on the BG mailing list)
2014-05-05 14:45:26 +03:00
Menelaos Karavelas
606295db4a
[test][set ops L/L] add more test cases for difference and intersection of linear geometries; the geometries in these test cases have spikes
2014-05-05 12:08:36 +03:00
Menelaos Karavelas
a73ce5fbd6
Merge branch 'develop' of https://github.com/boostorg/geometry into feature/setops
2014-05-05 10:23:45 +03:00
Menelaos Karavelas
99dbc5082e
Merge branch 'develop' of https://github.com/boostorg/geometry into feature/point_iterator
2014-05-05 10:22:25 +03:00
Menelaos Karavelas
454ece176a
[test][point iterator] re-factor test code; add tests for points_front, points_back, points_reverse_iterator; test point_iterator as bidirectional iterator
2014-05-05 09:48:49 +03:00
Menelaos Karavelas
5a5d916985
[test][iterators] re-factor test code for flatten and concatenate iterators
2014-05-05 09:47:28 +03:00
Menelaos Karavelas
2affff6fd0
[test][iterators] added copyright header
2014-05-05 09:47:00 +03:00
Adam Wulkiewicz
aea578c602
[get_turns] Fix turn operation is_collinear values for L/L and L/A.
...
is_collinear for the first endpoint of L is now unified and is always equal to FALSE.
Add tests of is_collinear. It is tested by passing 4th and 5th char in the expected turn string (= means collinear, + means non-collinear), e.g. "mxi=+" for L/L means that L1 ends in this IP and was collinear before meeting the Point, L2 is going "inside" intersection and wasn't collinear before.
Replace method_and_operation_replacer with turn_transformer.
2014-05-04 22:31:13 +02:00
Adam Wulkiewicz
47d581304e
[relate][test] Enable tests for 2-Point degenerated Linestrings
2014-05-03 13:57:08 +02:00
Adam Wulkiewicz
8775e65b20
[get_turns] Add tests for t-spikes vs collinear internal pt for L/L
2014-05-03 04:11:22 +02:00
Adam Wulkiewicz
7192e6cbf6
[get_turns] Add more tests for t-spikes for L/L
2014-05-03 04:02:44 +02:00
Adam Wulkiewicz
d4d7bf9657
[get_turns] Fix the generation of some special cases of touch-spike-turns for L/L and L/A
2014-05-03 02:40:21 +02:00
Menelaos Karavelas
6fd158cf90
[concatenate iterator] re-factor unit test; add tests for bidirectional iterators;
2014-05-02 13:29:06 +03:00
Adam Wulkiewicz
93c5c4a329
Merge branch 'develop' of github.com:boostorg/geometry into develop
2014-05-01 12:38:07 +02:00
Adam Wulkiewicz
288c7e6980
[get_turns] Fix for L/L spike vs. endpoint for the same direction segments. Add failing test cases for spikes touching internal point
2014-05-01 12:37:54 +02:00
Menelaos Karavelas
5a2993d30f
[concatenate_iterator] make the iterator bidirectional
2014-05-01 01:37:35 +03:00
Menelaos Karavelas
c2bf14e1c3
Merge branch 'develop' of https://github.com/boostorg/geometry into feature/setops
2014-04-30 22:05:09 +03:00
Barend Gehrels
9f1b9ff7ba
[overlay] Calculate ratio for segment intersection where one segment is degenerate
2014-04-30 17:33:58 +02:00
Adam Wulkiewicz
566957de29
[test][get_turns] Add failing test cases for L/L
2014-04-30 12:57:39 +02:00
Menelaos Karavelas
d7c6c39182
[test][difference L/L] add a couple more test cases of geometries with spikes
2014-04-30 12:09:37 +03:00
Menelaos Karavelas
f605bbc7d1
Merge branch 'develop' of https://github.com/boostorg/geometry into feature/setops
2014-04-30 01:27:23 +03:00
Adam Wulkiewicz
d682a74c1b
[extensions/dissolve] Fix compilation error - pass segment_ratio<> to traversal_turn_info<>. Remove mistankenly commited test change
2014-04-29 13:19:11 +02:00
Adam Wulkiewicz
d44e1a1e01
[get_turns][extensions/dissolve] Fix VS compilation error (STATIC_ASSERT + template). Add not_implemented<> info to extensions/dissolve.
2014-04-29 13:06:04 +02:00
Adam Wulkiewicz
2349c817e2
[get_turns] Fix turns generation for double collinear spikes.
...
Add check if a spike Point is realy an IP.
2014-04-28 12:21:06 +02:00
Menelaos Karavelas
82ce56765d
[test][set ops] separate test with duplicate points as different test cases; add test cases with spikes;
2014-04-28 12:07:56 +03:00
Menelaos Karavelas
f25e0c2d7e
[test][set ops] separate tests with multiple points as different test cases
2014-04-28 12:07:08 +03:00