Commit Graph

444 Commits

Author SHA1 Message Date
Jan Möbius
318d035c97 Missed two outputs 2023-02-28 09:39:52 +01:00
Jan Möbius
aad3dd0b30 Cleanup debug output 2023-02-28 09:13:26 +01:00
Jan Möbius
faab87122f Added file 2023-02-27 16:49:37 +01:00
Jan Möbius
edb376d02f Added file 2023-02-27 16:40:53 +01:00
Jan Möbius
b4a6360792 Removed file 2023-02-27 16:40:38 +01:00
Jan Möbius
0db5d68a99 Merged master 2023-02-27 15:00:08 +01:00
Jan Möbius
c8018f6862 Debug output 2023-02-27 14:35:51 +01:00
Jan Möbius
4e5ac2e1bb Debug output 2023-02-27 14:23:57 +01:00
Jan Möbius
bae6ee3c8c PLY reader/writer: Support for meshlab texture coordinates and ids in PLY IO (Thanks to Gregoire Grzeczkowicz for the patch) 2023-02-27 13:32:24 +01:00
Max Lyon
7f3e219b31 add missing OpenMesh:: namespace 2023-02-08 13:56:05 +01:00
Max Lyon
ebb000e167 add IO::Options::Custom to reading and writing in unittests_tutorials.cc 2023-02-08 10:25:15 +01:00
Max Lyon
4d76037397 Merge branch 'master' into lyonm/custom-property-writing 2023-02-06 16:50:37 +01:00
Max Lyon
0cdab1cade adapt unit tests to require specifying Options::Custom when writing and reading custom properties 2023-02-06 16:50:23 +01:00
Jan Möbius
187d670539 Merge branch 'Edge_Length' into 'master'
ModEdgeLength Fix incompatibility with Eigen vector type

Closes #81

See merge request OpenMesh/OpenMesh!320
2022-05-05 13:57:17 +00:00
Jan Möbius
86acc5fde6 Removed debug output 2022-05-05 14:51:43 +02:00
Jan Möbius
06b945d475 ModEdgeLength Fix incompatibility with Eigen vector type
closes #81
2022-05-05 14:33:15 +02:00
Jan Möbius
878474a0aa Removed globbing for unittest files 2022-02-23 10:14:10 +01:00
Jan Möbius
4a9fb88bfd Removed unnecessary include directories 2022-02-23 10:10:19 +01:00
Jan Möbius
bae99eebbf Fixed uninitialized variable 2022-01-19 09:00:24 +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
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
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
8695c7e132 fix string for requesting int property 2021-03-16 12:22:35 +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
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
b742e1e398 add read write check for RegisteredDataType 2021-03-15 13:58:07 +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
Max Lyon
eb9d631346 adjust unittests for new CW CCW behavior 2021-03-09 15:33:05 +01:00
Max Lyon
f63c4a54bb add test file for range tests 2021-03-09 10:57:44 +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
Max Lyon
6b311cef76 add tests for vectors of vectors and vectors of vectors of vectors 2021-03-02 12:02:18 +01:00
Max Lyon
ee53f78b65 fix indentation 2021-03-02 11:14:46 +01:00
Max Lyon
677bdacb99 add test for property type vector<vector<int>> 2021-03-02 02:11:35 +01:00
Max Lyon
71e05a9f5f fix typo 2021-03-02 01:21:47 +01:00
Alexandra Heuschling
5fd6d8ce44 Merge branch 'CustomProperties' of https://www.graphics.rwth-aachen.de:9000/OpenMesh/OpenMesh into CustomProperties 2021-02-26 19:19:37 +01:00
Alexandra Heuschling
086c2459eb adapt unittest for version 2.1 and 2.2 2021-02-26 19:18:56 +01:00
Jan
b7a9f8af46 Merge branch 'master' into CustomProperties 2021-02-17 17:16:37 +01:00
Jan Möbius
0031513835 Fixed a crash in the modified butterfly subdivider with vertices with valance larger than 30. 2021-02-16 13:13:15 +01:00
Jan Möbius
0bc24d587d Added unittest for pointproperty access 2021-02-15 14:46:54 +01:00
Jan Möbius
5ea19a5247 Added unittest for pointproperty access 2021-02-15 14:46:17 +01:00
Jan Möbius
af9741fe3b Fix bad unittest 2021-01-29 09:07:25 +01:00