Commit Graph

2290 Commits

Author SHA1 Message Date
Max Lyon
56c1348493 make more functions return smart handles 2019-10-17 14:55:25 +02:00
Max Lyon
a3fbdcb937 let add_vertex and add_face return smart handles 2019-10-17 14:28:20 +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
bd33706300 fix infinite recursion 2019-10-17 13:47:08 +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
da233b391e fix return type of non-member min and max functions 2019-10-07 14:57:24 +02:00
Max Lyon
e6fca39d15 allow one more cppcheck warning 2019-10-07 13:16:12 +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
592c13ab5c add non-member versions of min and max for vector class 2019-10-07 13:05:49 +02:00
Max Lyon
05332c70c1 dllexport SmartHandles 2019-10-07 10:58:18 +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
011a53e7ba let handle function of circulator return smart handle 2019-09-27 12:55:57 +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
8446eaee6f fix more issues for debug builds 2019-09-27 10:38:56 +02:00
Max Lyon
16ca9b363e fix circulator return value in debug mode 2019-09-27 09:38:09 +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
Max Lyon
89f0dcbb51 add documentation 2019-09-25 13:21:17 +02:00
Max Lyon
010a8a0b41 inline smart handle methods for better performance 2019-09-25 13:12:31 +02:00
Max Lyon
832a40d630 add performance test for smart handles 2019-09-25 13:11:46 +02:00
Max Lyon
92cdc795c7 add unit tests for smart handles 2019-09-25 12:19:30 +02:00
Max Lyon
844de4145c avoid diamond inheritance and add range and convenience functions 2019-09-25 09:52:18 +02:00
Jan Möbius
7a608b1e04 Fixed web upload user 2019-09-25 09:46:47 +02:00
Max Lyon
04ba56511b make smarthandle methods const 2019-09-25 09:04:29 +02:00
Max Lyon
f948a16ce2 add first version of smart handles 2019-09-25 08:47:34 +02:00
Jan Möbius
0a021a89d8 Merge branch 'fix-target-include' into 'master'
fix target include directories when not compiling stand-alone

See merge request OpenMesh/OpenMesh!227
2019-09-09 14:29:49 +02:00
Heng Liu
bb4ce58626 fix target include directories when not compiling stand-alone 2019-09-09 11:40:42 +02:00
Jan Möbius
05ed441211 Merge branch 'PLY-Reader-updates' into 'master'
Ply reader updates

See merge request OpenMesh/OpenMesh!226
2019-09-03 09:43:36 +02:00
Jan Möbius
79bf4a7742 Added ply test 2019-09-03 08:27:39 +02:00
Jan Möbius
8c9214009d Added ply test 2019-09-03 08:27:17 +02:00
Jan Möbius
e13452336c Removed temp file 2019-09-03 08:22:46 +02:00
Jan Möbius
97a4683a1f Updated changelog 2019-09-03 08:21:25 +02:00
Jan Möbius
70c0123bfe PLY: add short/ushort support to readInteger. 2019-09-03 08:20:12 +02:00
Jan Möbius
d28df7edcb PLY: convert readInteger into a template 2019-09-03 08:18:41 +02:00
Jan Möbius
d91986fc30 PLY: add support for unsigned custom property length 2019-09-03 08:15:16 +02:00
Jan Möbius
b15e09d1d3 PLY-avoid-temporary-variable-and-push_back 2019-09-03 08:14:32 +02:00
Jan Möbius
bb2f923f33 PLY-remove-unused-readToFloatValue-member 2019-09-03 08:13:16 +02:00
Jan Möbius
7fff526d5b Merge branch 'vectorize_warning' into 'master'
Fixed vectorize warning

See merge request OpenMesh/OpenMesh!224
2019-08-28 11:00:43 +02:00
Jan Möbius
37523c16d0 Fixed vectorize warning 2019-08-28 11:00:42 +02:00
Jan Möbius
0d04d4f410 Updated changelog 2019-08-27 08:37:11 +02:00
Jan Möbius
9279b2a1dd Merge branch 'property-internal-typename' into 'master'
Property internal typename

See merge request OpenMesh/OpenMesh!225
2019-08-27 08:28:36 +02:00
Jan Möbius
83c7408ff2 Update typename.hh 2019-08-26 16:27:13 +02:00
Nicolas Gallego-Ortiz
b85b66d679 lowercase filename, pragma once and property specializations corrected 2019-08-15 10:47:37 +02:00
Nicolas Gallego-Ortiz
6bb9f668b8 name mechanism used for property type checking at retreival, OM_FORCE_STATIC_CAST removed 2019-08-14 15:20:50 +02:00
Nicolas Gallego-Ortiz
3e83f7311b internal name mechanism added at property creation 2019-08-14 11:25:36 +02:00
Nicolas Gallego-Ortiz
1f0f036e77 accesors to internal typename from derived class 2019-08-13 18:24:26 +02:00