Commit Graph

1726 Commits

Author SHA1 Message Date
Jan Möbius
10426ff43d Added missing parameter documentation 2022-01-18 10:20:45 +01:00
Jan Möbius
16b47e68c2 Doxygen: Fixed duplicate doc 2022-01-18 10:12:19 +01:00
Jan Möbius
7c5363916d Updated license header 2022-01-18 09:50:04 +01:00
Jan Möbius
be2a4d9963 Removed warning 2022-01-17 16:13:05 +01:00
Jan Möbius
275a8e4e94 Silence some warnings in unittests 2022-01-17 16:05:15 +01:00
Jan Möbius
65abe0b926 Fixed size_t int comparisons 2022-01-17 15:57:37 +01:00
Jan Möbius
6f4d14374b Fixed Warnings in Normalcone Geometry 2022-01-17 15:56:53 +01:00
Jan Möbius
71a5f40ea8 Try to fix implicit operator= 2022-01-17 15:32:09 +01:00
Jan Möbius
3ed5534abd Merge branch 'FixBinaryWarnings' into 'master'
fix warnings in binary

See merge request OpenMesh/OpenMesh!312
2022-01-17 08:16:32 +00:00
Max Lyon
e989347184 fix warnings in binary 2022-01-14 17:20:43 +01:00
Jan
7d4c3e179a Fixed some doxygen warnings 2022-01-14 13:02:36 +01:00
Jan
66271b6b0f Fixed unittest for double traits 2022-01-14 10:02:40 +01:00
Jan Möbius
d74c7aa020 Fixed OBJ reader not reading materials which start with a leading space 2021-09-24 12:56:39 +02:00
Jan Möbius
fad00c8eb9 Revert "Fixed OBJ reader not reading materials which start with a leading space"
This reverts commit f5e5aa83b1.
2021-09-24 12:55:54 +02:00
Jan Möbius
f5e5aa83b1 Fixed OBJ reader not reading materials which start with a leading space 2021-09-24 11:10:47 +02:00
Jan Möbius
ec0d648e32 Merged master 2021-09-21 09:50:16 +02:00
Jan Möbius
b73c35aae3 Macro rename from vci_qt5 to vci_qt and renamed qt5_install_path to qt_install_path 2021-09-21 09:41:06 +02:00
Jan Möbius
4fc8d8bdc0 Merge branch 'cppcheck_fix' into 'master'
Cppcheck fix

See merge request OpenMesh/OpenMesh!306
2021-06-02 07:53:00 +00:00
Jan Möbius
d9679b512f Fixed cppcheck warning, overwrite 2021-06-01 14:10:25 +02:00
Jan Möbius
ee99f0bb04 Fixed cppcheck warning, variable shadowing 2021-06-01 14:03:05 +02:00
Jan Möbius
48c2e464cb PLY writer: Added option to choose if we want to write texture coordinates as uv or ply (Thanks to Ossi Saukko for the patch) 2021-06-01 12:47:22 +02:00
Johannes Lenzen
e26d263867 Merge branch 'master' into qt6 2021-05-03 13:43:34 +02:00
Jan Möbius
7bf1b94224 Fixed cppcheck warning 2021-04-27 12:25:24 +02:00
Johannes Lenzen
7cbe7f9085 Fixed linker problems and added version specific qt packages 2021-04-26 11:56:56 +02:00
Johannes Lenzen
6d344047fa started qt6 migration 2021-04-26 10:03:03 +02:00
Jan Möbius
c6da50a483 Fixed warning 2021-04-13 10:09:31 +02:00
Jan Möbius
c6833ff28a Merge branch 'CustomProperties' into 'master'
Automatic loading of properties stored in files without having to manually create the property before reading.

See merge request OpenMesh/OpenMesh!302
2021-03-17 09:39:52 +00:00
Max Lyon
768cbd4c5b add unittests for centroids 2021-03-16 18:55:51 +01:00
Max Lyon
fa5166f878 fix getPointsProperty not always available in PolyMeshT_impl.hh 2021-03-16 18:55:41 +01:00
Max Lyon
8695c7e132 fix string for requesting int property 2021-03-16 12:22:35 +01:00
Max Lyon
90da974598 update which properties are registered 2021-03-16 12:16:37 +01:00
Max Lyon
d017c03c62 disable binary<std::vector<T>> specialization if T is not default constructible 2021-03-15 17:11:57 +01:00
Max Lyon
5aa027d172 add test that checks if a property of type std::vector<T> with T not having a default constructor can be cerated 2021-03-15 17:11:34 +01:00
Max Lyon
2a4fd0b887 rename string_for_value_type to type_identifier 2021-03-15 16:15:24 +01:00
Max Lyon
20baccda4c Remove Property specialization for std::string 2021-03-15 15:26:48 +01:00
Max Lyon
cdc1d11ef1 update mesh file v2.1 to include string and RegisteredDataType 2021-03-15 15:26:33 +01:00
Max Lyon
d714d361ee add read write check for string 2021-03-15 14:16:23 +01:00
Max Lyon
453b5eba67 fix size_of in binary<vector> 2021-03-15 14:15:37 +01:00
Max Lyon
7f6e86ff62 simplify how names for property types are generated 2021-03-15 14:15:18 +01:00
Max Lyon
b742e1e398 add read write check for RegisteredDataType 2021-03-15 13:58:07 +01:00
Max Lyon
39ba13266b remove binary specialization for vector of string 2021-03-15 13:55:43 +01:00
Max Lyon
d6e3226714 remove some debug output 2021-03-15 10:26:00 +01:00
Max Lyon
eb0ff0f980 Merge branch 'master' into CustomProperties 2021-03-15 09:53:00 +01:00
Alexandra Heuschling
b44f4888f0 update unit test also for std::vector<bool> 2021-03-15 01:51:02 +01:00
Alexandra Heuschling
06d770d1b4 add support for properties of std::vector<bool>... 2021-03-15 01:50:35 +01:00
Max Lyon
eb9d631346 adjust unittests for new CW CCW behavior 2021-03-09 15:33:05 +01:00
Max Lyon
9b85f7713e make it so that CCW iter ranges are the reverse of CW iter ranges, i.e. they do not start with the same element anymore 2021-03-09 15:32:44 +01:00
Max Lyon
f63c4a54bb add test file for range tests 2021-03-09 10:57:44 +01:00
Max Lyon
b2bcded8ec add access to cw and ccw ranges in SmartHandles 2021-03-09 10:57:17 +01:00
Max Lyon
69caa276da test custom starts and cw and ccw ranges for vih_ranges and voh_ranges 2021-03-09 09:04:55 +01:00