Commit Graph

366 Commits

Author SHA1 Message Date
Max Lyon
6396a04c25 iterate over all elements in smart handle unittest 2020-10-15 13:52:32 +02:00
Max Lyon
cc52635ca4 Merge branch 'master' into smart_handle_status 2020-10-15 13:49:50 +02:00
Max Lyon
f6781e2506 add test for smart handle status access 2020-10-13 21:50:08 +02:00
Max Lyon
a8d275123a add unittest to check if mesh property initialization works 2020-10-13 16:46:51 +02:00
Max Lyon
ff609b8909 add tests for smart range avg and weighted avg 2020-08-26 10:20:58 +02:00
Jan Möbius
673f85e6b3 Merge branch 'master' into remove_compile_order_check 2020-06-24 09:28:35 +02:00
Martin Marinov
0b9bb87015 Remove SmartHandle includes in the unit tests 2020-05-12 17:18:21 +01:00
Max Lyon
1f44023cda add more tests for filtered range 2020-05-06 11:52:15 +02:00
Martin Heistermann
dfa22839d0 Implement vector dot/cross unit tests 2020-04-06 19:02:07 +02:00
Max Lyon
18475d87bc use NDEBUG instead of DEBUG for portability 2020-03-27 15:20:13 +01:00
Max Lyon
d04ec78955 add filtered to SmartRanges 2020-03-27 14:26:23 +01:00
Max Lyon
290f8f5414 add for_each to smart ranges 2020-03-24 15:40:26 +01:00
Max Lyon
d1da33cd1d write face normals as double 2020-02-10 09:19:09 +01:00
Max Lyon
c92a666658 add unittest for writing and reading double positions and normals 2020-02-05 22:09:36 +01:00
Max Lyon
2cb82ec9b9 add more unittests for subdivision with deleted elements with and without garbage collection 2020-02-03 09:51:17 +01:00
Jan Möbius
8090f50b5b Merge branch 'fix_typos' into 'master'
fix typos

See merge request OpenMesh/OpenMesh!245
2020-01-15 14:34:04 +01:00
Max Lyon
105c3ebddb fix typos 2020-01-10 17:36:22 +01:00
Jan Möbius
54ad994617 Merge branch 'EigenDecimator' into 'master'
Eigen decimator

See merge request OpenMesh/OpenMesh!244
2020-01-06 14:42:48 +01:00
Max Lyon
a26ee5d3ef add a unittest for the decimater 2019-12-19 14:08:00 +01:00
Max Lyon
9c9ea15840 add unittest for decimater using normal deviation as binary check 2019-12-19 14:02:00 +01:00
Max Lyon
debce64d31 fix another warning 2019-12-13 16:25:28 +01:00
Max Lyon
1dd02a5532 fix warning in unittest 2019-12-13 16:05:35 +01:00
Max Lyon
7926bc92e5 fix unused variables in unittests 2019-12-09 11:15:26 +01:00
Max Lyon
15965f6b81 fix unused timing variable if timing output is not enabled 2019-12-09 11:14:54 +01:00
Max Lyon
0e977cbe67 fix unused local type 2019-12-09 11:14:25 +01:00
Max Lyon
3a2791c436 update documentation 2019-11-06 11:41:41 +01:00
Max Lyon
6b9f6533c2 reduce the number of vertices in property manager tests if you are not interested in timings 2019-11-05 18:40:30 +01:00
Max Lyon
54e8bcd5fc Merge branch 'master' into SmartRanges 2019-11-05 18:23:01 +01:00
Max Lyon
c4e7125c97 allow adding temporary properties on const meshes 2019-11-05 15:30:05 +01:00
Max Lyon
a1b3260477 Merge branch 'PropertyManagerRefactoring' into SmartRanges
# Conflicts:
#	src/OpenMesh/Core/Mesh/PolyConnectivity.hh
2019-11-05 13:25:14 +01:00
Max Lyon
fb91dead5b move propertymanager initial_value back to front to fix bool properties 2019-11-05 09:40:48 +01:00
Max Lyon
9b14efaa6d fix property manager for mesh properties 2019-10-31 17:56:37 +01:00
Max Lyon
3c52a27615 rework property manager 2019-10-31 15:27:34 +01:00
Max Lyon
99632809d8 in unittest replace has_property check with the one implemented in property manager 2019-10-31 14:31:55 +01:00
Max Lyon
8a8aab33e0 remove second template argument of property manager in unittests 2019-10-31 14:31:00 +01:00
Max Lyon
74cd2937f4 fix unittests for double traits 2019-10-31 09:21:17 +01:00
Max Lyon
50990c2178 actually test double traits 2019-10-30 13:27:44 +01:00
Max Lyon
2343577636 add unittests for default double vec type 2019-10-22 10:17:12 +02:00
Max Lyon
56c1348493 make more functions return smart handles 2019-10-17 14:55:25 +02:00
Max Lyon
e222791c49 add test that does some comparisons between smart handles and handles 2019-10-17 14:10:32 +02:00
Max Lyon
3b21aa14fb make smart handles more compatible with mixing old api 2019-10-17 12:56:48 +02:00
Max Lyon
81f3fcc2c1 add test to check if old api works with new api 2019-10-17 09:20:06 +02:00
Max Lyon
1948883fd1 update min and max functions on ranges and add minmax function 2019-10-07 13:06:15 +02:00
Max Lyon
7c804acef1 for the cost of adding SmartHandles.cc with weird include order make smart ranges smarter by letting them know their smart handle types 2019-09-27 17:08:09 +02:00
Max Lyon
b5b708a6ba smart range improvements 2019-09-27 16:34:20 +02:00
Max Lyon
f71696f294 allow PropertyManagers to be used in smart ranges 2019-09-27 14:45:20 +02:00
Max Lyon
aa91a88f7b add first version of smart ranges 2019-09-27 14:12:22 +02:00
Max Lyon
e0d8f2dbe0 use fewer iterations in performance test of smart handles when in debug build 2019-09-27 10:39:10 +02:00
Max Lyon
b62d846f32 let circulators return smart handles 2019-09-27 09:29:27 +02:00
Max Lyon
253c9b6afa let iterators return smart handles 2019-09-26 11:14:31 +02:00