Commit Graph

86 Commits

Author SHA1 Message Date
luz paz
29cba4f587 ReverseEngineering: translate doxygen from DE to EN
For the purpose of making the source documentation uniform, source comments in this file were translated to english.
2021-12-15 16:55:48 +01:00
luz paz
4213b3df08 ReverseEngineering: translate doxygen from DE to EN
For the purpose of making the source documentation uniform, source comments in this file were translated to english.
2021-12-10 14:17:50 +01:00
wmayer
2295c4b9a3 Mesh: define the typenames FacetIndex and PointIndex to distinguish between facet and point related indexes 2021-09-14 23:01:29 +02:00
sprhawk
7fa4401274 to compile with PCL-1.12.0 2021-07-09 19:23:00 +08:00
luz paz
096a172137 ReverseEngineering: Fix header uniformity + trailing whitespace
[skip ci]
2020-11-27 19:38:19 +01:00
wmayer
ce628673db ReverseEngineering: [skip ci] do not explicitly use boost::shared_ptr because pcl11 now uses std::shared_ptr 2020-07-30 14:23:20 +02:00
wmayer
d6169d6478 boost: fix for boost < 1.60 2020-06-15 19:38:39 +02:00
wmayer
47b862bbd9 boost 1.73.0: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated 2020-06-12 17:51:33 +02:00
wmayer
730154a684 boost 1.73.0: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated 2020-06-12 17:51:33 +02:00
wmayer
2b42d5fd74 ReverseEngineering: improve workflow of fitting of B-spline surface 2020-03-05 16:29:09 +01:00
wmayer
4b77f9f3ac ReverseEngineering: [skip ci] improve segmentation based on point clouds 2020-03-03 21:27:31 +01:00
luz.paz
a4127f3c14 ReverseEngineering: [skip ci] Fix header uniformity
This PR fixes header uniformity across all ReverseEngineering files
2019-12-26 18:22:37 +01:00
asapelkin
ced8100ab9 use emplace_back instead of push_back where justified 2019-11-21 14:48:09 +01:00
wmayer
b14cf8a00d extend convertTo function to also support SbRotation/Base::Rotation 2019-09-06 21:29:51 +02:00
wmayer
8baab52737 suppress VS2917 warnings: C4267 2019-03-23 17:28:32 +01:00
wmayer
f13b250c59 V1028 Possible overflow. Consider casting operands, not the result 2019-02-17 19:31:02 +01:00
wmayer
e23db2e313 PVS: V773 A memory leak is possible 2019-02-17 18:40:06 +01:00
wmayer
1bb8c43203 CMP0050: make ReverseEngineering module aware of cmake policy 2018-08-20 15:37:50 +02:00
luz.paz
46d32d78a3 Misc. typos: Please merge right before 0.17 release
I'm still finding typos in the source code. I propose that you keep this PR open prior ro relaese and then merge  so that if I find other typos in the meantime they will be part this release.
2018-03-18 15:15:16 +01:00
Unknown
e3eca59173 Misc. typo fixes
Various workbenches
2017-12-23 14:30:30 +01:00
luzpaz
cc87c20afe Make uniform the use of B-spline visible to users
Forum thread: https://forum.freecadweb.org/viewtopic.php?f=8&t=25411
This commit does not include fixes to source  comments unless they were 'doxygenated'.
No .xml files were altered either.
2017-11-17 19:30:37 -05:00
wmayer
e96189c110 don't filter point cloud when estimating normals to avoid mismatch of number of points and normals 2017-08-24 13:05:21 +02:00
Peter Lama
fa4bebf2e0 Use OCCT Handle macro for Handle_ classes
This is the result of running OCCT's upgrade script provided
with OCCT 7.0. See
https://www.opencascade.com/content/freecad-occt710-and-windows-rtti-data-missing#comment-form
and
https://www.forum.freecadweb.org/viewtopic.php?f=4&t=21405&start=120#p169019
for why this is necessary for OCCT >= 7.1
2017-04-20 12:27:34 +02:00
asiersarasua
4d71a55661 Fix typos 2017-04-09 18:29:11 +02:00
looooo
4dd0ce8b19 py3: ReverseEngeneering: port Py_InitFunc to python3 2017-02-28 17:39:08 +01:00
wmayer
b4d0006e32 py3: ported ReverseEngineering to python3 2017-02-28 17:39:08 +01:00
wmayer
19c9a9f819 remove superfluous Qt includes 2016-12-13 14:33:16 +01:00
wmayer
2d8e70085e rename 2d tool classes to be consistent with 3d classes 2016-11-21 14:29:51 +01:00
wmayer
bed76edb48 fix Coverity issues 2016-08-20 17:21:01 +02:00
wmayer
4d77921111 use a stricter tolerance to check for equal points
add method IsEqual to Vector3 class to support user-defined tolerance
2016-08-15 14:09:26 +02:00
wmayer
c294c8bdbd + rename methods in Vector3 class
+ add convenience methods Cross and Dot to Vector3 class
+ fix bug in DistanceToLineSegment in Vector3 class
2016-07-30 15:14:47 +02:00
wmayer
cb73d010bb + port to OCC 7.0 2016-05-14 16:53:27 +02:00
wmayer
d9bd355892 + suppress warnings with MSVC 2016-05-05 18:39:17 +02:00
wmayer
f88eeed6eb + fix compiler warnings 2016-03-19 10:12:04 +01:00
wmayer
08069b87b1 + remove extra qualification on normalEstimation 2016-03-09 18:57:36 +01:00
wmayer
f07a8c269b + fix possible build failure 2016-03-09 15:25:15 +01:00
wmayer
c910a3375a + add algorithm to estimate normals of points 2016-03-09 14:46:19 +01:00
wmayer
6b4e1f6b48 + add segmentation algorithm 2016-03-03 18:07:17 +01:00
wmayer
bed7af9158 + filter out invalid points 2016-03-02 18:04:45 +01:00
wmayer
03dfc03c18 + filter out invalid points in surface triangulation algorithms 2016-03-02 16:14:08 +01:00
wmayer
2f4f18df85 + add region growing, segmentation and ransac algorithms to Reen module 2016-03-02 15:51:26 +01:00
wmayer
0d714f06c2 + add voxel filter function to Reen module 2016-02-29 23:44:55 +01:00
wmayer
e388033aac + simplify porting of ReverseEngineering module to Python3 2016-01-20 10:26:50 +01:00
wmayer
9dfa449543 + add points view feature and command to triangulate it 2015-12-30 16:25:08 +01:00
wmayer
657b889b81 + add several surface reconstruction methods from pcl to Reen module 2015-12-05 16:19:18 +01:00
wmayer
d2417c413b + add Poisson surface reconstruction 2015-12-02 23:36:26 +01:00
wmayer
5d99062619 + add task dialog to perform B-Spline fit 2015-11-06 14:30:26 +01:00
wmayer
0284306e02 + get initial plane fit from B-Spline fit if required 2015-11-06 00:27:33 +01:00
wmayer
d8a98bd365 + optimize B-spline approximation 2015-11-04 14:39:20 +01:00
wmayer
7a1e85edbc + check if pcl is built opennurbs support 2015-11-04 12:16:35 +01:00