Commit Graph

2251 Commits

Author SHA1 Message Date
Jan Möbius
da8fe6f037 Merge branch 'Rename_Deprecated_Macro' into 'master'
Rename the DEPRECATED macro into OM_DEPRECATED to prevent a macro clash with…

See merge request OpenMesh/OpenMesh!182
2018-09-25 14:30:20 +02:00
Jan Möbius
ef9631be93 Update .gitlab-ci.yml 2018-09-25 12:58:27 +02:00
Jan Möbius
df53457064 Update .gitlab-ci.yml 2018-09-25 12:36:21 +02:00
Jan Möbius
18e39fee46 Rename the DEPRECATED macro into OM_DEPRECATED to prevent a macro clash with Intel MKL (Thanks to Morgan Leborgne for the patch) 2018-09-25 10:15:47 +02:00
Max Lyon
fcb68a2845 fix typo 2018-08-08 14:38:07 +02:00
Max Lyon
c0fa8fcdb0 store status slightly better 2018-08-08 14:01:01 +02:00
Max Lyon
bc2fe37aeb add test to check if status is correctly written to file and loaded from file 2018-08-08 12:06:14 +02:00
Max Lyon
a7264c89fb store status 2018-08-08 12:05:57 +02:00
Max Lyon
9bbc296ad0 fix wrong number of written bits for meshes with between 2^15 and 2^16 halfedges 2018-08-08 11:38:42 +02:00
Max Lyon
4142d5f4de fix warnings 2018-08-08 11:09:24 +02:00
Max Lyon
76607e4ec6 read meshes based on halfedge information 2018-08-08 10:59:51 +02:00
Max Lyon
3583c77f3d add methods to importer to create a mesh based on halfedges 2018-08-08 10:58:51 +02:00
Max Lyon
95fceb4545 write halfedge based mesh information to file 2018-08-08 10:58:13 +02:00
Max Lyon
b511128131 add methods to exporter for accessing halfedges for vertices and faces and for accessing next halfface, incident vertex and incident face for halfedges 2018-08-08 10:55:44 +02:00
Max Lyon
3e4e954730 update om file format verision to 2.0 2018-08-08 10:54:46 +02:00
Max Lyon
84eccff6a6 add another test for custom edge property storing and loading 2018-08-07 14:03:51 +02:00
Jan Möbius
7b59f6e07d Merge branch 'static_vtk' into 'master'
register vtk writer for static builds

See merge request OpenMesh/OpenMesh!181
2018-07-06 11:15:54 +02:00
Alexander Dielen
c79e5b2e63 register vtk writer for static builds 2018-07-05 17:00:02 +02:00
Jan Möbius
054e998527 Merge branch 'SmartTagger' into 'master'
Smart tagger

Closes #57

See merge request OpenMesh/OpenMesh!180
2018-06-19 15:13:23 +02:00
Jan Möbius
9a81b465e3 Linked SmartTagger docu into main docu pages 2018-06-19 15:12:41 +02:00
Jan Möbius
3e0849fb72 Addd SmartTagger Unittest for faces 2018-06-19 14:49:25 +02:00
Jan Möbius
6ff2ae372b Updated changelog 2018-06-19 14:42:23 +02:00
Jan Möbius
9f91de0d86 Added basic unittest for smarttagger on vertices 2018-06-19 14:39:59 +02:00
Jan Möbius
a2762b0562 Moved to OpenMesh namespace 2018-06-19 14:28:24 +02:00
Jan Möbius
2cb04f9988 Changed License Header
refs #57
2018-06-19 14:21:57 +02:00
Jan Möbius
3af06b689b Copied over SmartTagger 2018-06-19 14:20:35 +02:00
Jan Möbius
d3c19f3f96 Minimal cmake version raised to 3.1 2018-06-19 13:33:29 +02:00
Jan Möbius
c22c61efb4 Merge branch 'master' of https://www.graphics.rwth-aachen.de:9000/OpenMesh/OpenMesh 2018-06-19 13:29:57 +02:00
Jan Möbius
c836f2f8c7 Print debug or release state on all archs except MSVC 2018-06-19 13:29:53 +02:00
Jan Möbius
b8b84489d2 Merge branch 'split_functions' into 'master'
TriConnectivity: Added two functions split_edge and split_edge_copy to mask the…

Closes #51

See merge request OpenMesh/OpenMesh!179
2018-06-19 10:41:57 +02:00
Max Lyon
4c80002241 Update documentation of split_copy to reflect the fact that properties are copied from the old face to the new ones. 2018-06-19 09:24:00 +02:00
Jan Möbius
b0ece67d46 TriConnectivity: Added two functions split_edge and split_edge_copy to mask the PolyConnectivity functions of the same name (Prevents creation of valence 2 vertices on trimeshes)
closes #51
2018-06-19 09:04:51 +02:00
Jan Möbius
e5e82e5ff2 Updated changelog [skip ci] 2018-06-18 15:36:10 +02:00
Jan Möbius
b61e4b4c1d Merge branch 'test_ply_reader' into 'master'
Prevent endless loop in PLY reader when unknown property types are read.

See merge request OpenMesh/OpenMesh!178
2018-06-18 14:27:16 +02:00
Jan Möbius
c68c630eab Prevent endless loop in PLY reader when unknown property types are read. 2018-06-18 13:16:33 +02:00
Matthias Möller
5c31bdde8c - add OPTIONS concat
- remove whitespaces, hopefully fix CI
2018-06-09 13:41:55 +02:00
Matthias Möller
0113d98892 renamed/added GTEST path variable 2018-06-09 13:32:33 +02:00
Matthias Möller
2cfb61fba8 use cmake internal GTest finder module 2018-06-09 12:13:15 +02:00
Jan Möbius
3c9437d31c Merge branch 'master' into compile-time-connectivity-type 2018-05-30 10:59:40 +02:00
Jan Möbius
aa98be1215 Merge branch 'PLY_reader' into 'master'
Ply reader

See merge request OpenMesh/OpenMesh!174
2018-05-29 18:08:02 +02:00
Jan Möbius
c187fc97d8 Updated changelog 2018-05-29 15:17:53 +02:00
Jan Möbius
2b21fabfdd Allowing the PLY reader to read custom face ( Thanks to morgan Leborgne for the patch) 2018-05-29 15:16:37 +02:00
Jan Möbius
1dee3f74b7 Restrict source build to linux machines 2018-05-29 15:15:49 +02:00
Jan Möbius
2ef59bf5d9 Updated readme
[skip-ci]
2018-05-29 12:53:42 +02:00
Jan Möbius
a6d50c11aa Update to new version 2018-05-29 12:52:53 +02:00
Jan Möbius
206da01086 Missing changelog entry 2018-05-29 12:34:37 +02:00
Jan Möbius
402d196e85 Missing changelog entry 2018-05-29 12:32:25 +02:00
Jan Möbius
e31653a789 Fixed typo in changelog 2018-05-29 12:30:38 +02:00
Jan Möbius
bd03dee61d Updated changelog for release date 2018-05-29 12:28:55 +02:00
Jan Möbius
470e30b75f Updated Readme
[skip-ci]
2018-05-29 12:15:52 +02:00