Commit Graph

1267 Commits

Author SHA1 Message Date
Max Lyon
5a06a63e92 fix typo 2019-11-05 18:12:37 +01:00
Max Lyon
794b49976b fix swap of property managers 2019-11-05 10:21:09 +01:00
Max Lyon
b813fffe8b remove pre c++11 code 2019-11-05 09:40:57 +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
c79d85c3a0 remove second template argument of propertymanager in subdivider 2019-10-31 15:24:42 +01:00
Max Lyon
c861a0e84d add method to get points property handle in AttribKernel 2019-10-31 14:32:24 +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
de529269b5 remove second template argument off PropertyManager 2019-10-31 14:24:54 +01:00
Max Lyon
8bc5491c5c add Handle typedef to PropHandleT that specifies the corresponding element handle type 2019-10-31 14:02:43 +01:00
Max Lyon
3d648b23b3 add elements and all_elements methods that return the range corresponding to the template argument 2019-10-31 14:01:50 +01:00
Max Lyon
34b2e958e1 add convenience function n_elements returning n_vertices, n_halfedges, n_edges, or n_faces depending on the template argument 2019-10-31 13:59:54 +01:00
Max Lyon
ef65cf870d fix copy paste error 2019-10-22 10:37:35 +02:00
Max Lyon
2343577636 add unittests for default double vec type 2019-10-22 10:17:12 +02:00
Max Lyon
a15f247a6f add default mesh types using default doublet traits 2019-10-22 10:08:40 +02:00
Max Lyon
651e8cf966 add default trait that uses double precision 2019-10-22 10:08:22 +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
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
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
37523c16d0 Fixed vectorize warning 2019-08-28 11:00:42 +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
Nicolas Gallego-Ortiz
7b461d62b8 data member added to handle type name as a string 2019-08-13 17:35:06 +02:00
Jan Möbius
b57284f5a3 Fixed some windows scalar conversion warnings 2019-05-29 13:33:42 +02:00
Jan Möbius
df6c3cbb93 Fixed more clang warnings 2019-05-29 11:27:23 +02:00
Jan Möbius
6050565b86 Fixed more clang warnings 2019-05-29 11:14:37 +02:00
Jan Möbius
7c1a8012d5 Fixed more clang warnings 2019-05-29 10:55:52 +02:00
Jan Möbius
417a460645 Fixed more clang warnings 2019-05-29 10:20:20 +02:00
Jan Möbius
b083f32a23 Replace NULL by nullptr 2019-05-29 10:11:42 +02:00
Jan Möbius
e7a34cf83b reduce allowed ccp check warnings 2019-05-29 09:52:23 +02:00
Jan Möbius
8a178e16ac cppcheck 2019-05-29 08:49:18 +02:00
Jan Möbius
669b1b789e cppcheck 2019-05-29 08:32:28 +02:00
Jan Möbius
4afdd5adcc cppcheck 2019-05-29 08:00:32 +02:00
Jan Möbius
8cffe1c3b9 cppcheck 2019-05-28 14:22:36 +02:00
Jan Möbius
f468efacd0 cppcheck 2019-05-28 14:04:58 +02:00
Jan Möbius
87d2161c5d cppcheck 2019-05-28 13:39:03 +02:00
Jan Möbius
bd0901caa8 overrides 2019-05-28 11:50:49 +02:00
Jan Möbius
32c952c871 PLY Reader: Fix reading doubles from PLY, missing cast (Thanks to Leo Walsh for the patch) 2019-05-15 09:34:09 +02:00
Jan Möbius
53616eb91f Merge branch 'delete_vertex_crash_subdivider' into 'master'
Delete vertex crash subdivider

Closes #65

See merge request OpenMesh/OpenMesh!219
2019-04-09 16:18:47 +02:00