luz.paz
d923798946
[skip ci] Fix header uniformity for Import, Mesh, Points, Raytracing
2019-12-26 10:10:30 +01:00
asapelkin
e951094af9
use emplace_back instead of push_back where justified
2019-11-21 14:48:09 +01:00
Zheng, Lei
71c54272a0
Fix various Py::Object leak
2019-10-08 17:53:20 +02:00
wmayer
9f7075bb8f
extend convertTo function to also support SbRotation/Base::Rotation
2019-09-06 21:29:51 +02:00
wmayer
ffaf1c9b76
V1028 Possible overflow. Consider casting operands, not the result
2019-02-17 19:31:02 +01:00
wmayer
0e948db5a3
Win32-specific optimization in Points module
2018-10-08 18:50:03 +02:00
wmayer
0b846eee52
consider global placement when exporting point cloud
2018-09-05 22:18:55 +02:00
wmayer
7d8e7b6d65
add copy constructor for class PointKernel
2018-09-05 21:21:36 +02:00
wmayer
f7f143a2b9
CMP0050: make Points module aware of cmake policy
2018-08-20 16:34:54 +02:00
hgutsche
a097804cbd
Add library for concurremcy in >= VS2015
...
revert conditional in Points.cpp (i.e. reactivate parallel handling)
2018-08-11 11:55:51 +02:00
wmayer
880c8ccbfd
avoid linker errors with >= VS 2015
2018-08-09 23:53:12 +02:00
luz.paz
baa6d89328
Typos and whitespace fixes
2018-08-07 11:13:31 -04:00
wmayer
917b95f726
paralleization of transformation and bounding box calculation
2018-08-06 18:52:01 +02:00
wmayer
08fcd58e9d
+ raise exception instead of crashing when trying to access curvature info via Python
2018-07-25 20:12:55 +02:00
luz.paz
505488c4f9
Misc. typos
...
Found via `codespell`
2018-04-25 09:41:33 -03:00
wmayer
880a200c70
improve point import and export
2018-02-13 00:27:18 +01:00
Mateusz Skowroński
23cdde88e0
Fix some GCC 7 warnings:
...
* dynamic exception specifications are deprecated [-Wdeprecated]
* this statement may fall through [-Wimplicit-fallthrough=]
2017-12-05 17:22:00 +01:00
wmayer
621d4283e5
fix build failures with gcc
2017-11-03 17:21:48 +01:00
wmayer
e0d5d92cde
implement own ply/pcd importer/exporter
2017-11-03 17:03:51 +01:00
luzpaz
ab8f8919b6
Misc. typos
...
+ some are doxy others are just comment code.
+ some minor whitespace and grammatical tweaks.
+ app/SCL/* typos have also been submitted upstream (https://github.com/stepcode/stepcode/pull/366 ). So it's ok to merge them in to master.
2017-10-04 17:59:11 +02:00
wmayer
a8a9650816
harmonize show() function of Part, Mesh, Fem, Path and Points modules
2017-09-29 00:35:48 +02:00
wmayer
5996ebcf61
load organized point clouds in pcd files without properties
2017-08-23 17:23:00 +02:00
wmayer
1673ab801e
use specialized exception classes
2017-04-28 18:49:11 +02:00
wmayer
35e8edeb08
extend interface to get actual property with geometric data, get center of gravity of a geometry
2017-03-05 18:05:11 +01:00
wmayer
1a4385e0a5
py3: fix Python2 build
2017-02-28 18:08:06 +01:00
looooo
0e9189e770
py3: Points: gathering commits:
...
5f682d2a97a0b965813077d03fa2aee65377f3b2
5ccfa18e8c8471639a7f98e294625c5532e7440e
24836b36d5214db6823d6ac409afa42ce47ce263
2017-02-28 17:39:08 +01:00
wmayer
e90ddefbd3
py3: ported Points to python3
2017-02-28 17:39:08 +01:00
wmayer
76b3397762
py3: ported module init to python3
2017-02-04 15:56:31 +01:00
wmayer
e75fe0d6e3
fix compiler warning
2016-10-31 21:31:35 +01:00
wmayer
f944ab3846
replace deprecated auto_ptr with unique_ptr
2016-09-22 13:01:20 +02:00
wmayer
a800622620
fix -Wextra in Points
2016-09-21 21:10:41 +02:00
wmayer
9b013f7254
Coverity issues: fix Mesh, Points and Inspection module
2016-08-17 14:08:47 +02:00
wmayer
524cdec261
+ suppress warnings with MSVC
2016-05-05 18:39:17 +02:00
wmayer
70f58672c7
+ get also back normals from MeshObject::getPoints
2016-03-04 18:28:49 +01:00
wmayer
0ea6a2ed0d
+ removed unneeded pure virtual method getFaces from PropertyComplexGeoData
...
+ extend interface of ComplexGeoData::getPoints to also return normals if available
2016-03-04 17:16:57 +01:00
wmayer
a5e6edff87
+ support of export of points to pcd and ply format
2016-03-04 14:48:26 +01:00
wmayer
ec992ae1dc
+ filter out invalid points
2016-03-02 18:04:45 +01:00
wmayer
5342b67122
+ when cutting scattered points then also remove colors, grey values or normals if available
2016-02-23 19:47:54 +01:00
wmayer
a3209e1aee
+ do some code cleanup and renaming in Points module
2016-02-21 16:18:28 +01:00
wmayer
24e4e08be5
+ view provider for scattered and organized point clouds
2016-02-21 13:52:17 +01:00
wmayer
7bdecf9b38
+ handling of organized point cloud
2016-02-20 22:19:47 +01:00
wmayer
1a64c3f2dc
+ fixes #0001592 : Import colored PCL point clouds
2016-02-14 22:46:27 +01:00
wmayer
27fbccaeab
+ rename method 'transform' to 'tramsformGeometry' for the classes PropertyNormalList and PropertyCurvatureList
...
+ make transformGeometry method ready for undo/redo
2016-01-22 13:18:24 +01:00
wmayer
cb92240458
+ simplify porting of Points module to Python3
2016-01-20 00:00:41 +01:00
wmayer
372704f44b
+ implement 'swap' for point kernel class to efficiently copy data
2016-01-15 23:20:06 +01:00
wmayer
50d7793442
+ introduce proper enum for property status to replace plain integers
2016-01-01 15:36:24 +01:00
wmayer
5e0f2ae418
+ use custom points feature to read in ply with properties
2015-12-31 15:50:56 +01:00
wmayer
3b139c9bb1
+ add custom points feature
2015-12-31 15:40:19 +01:00
wmayer
07b36e6bca
+ extended ply reader based on pcl to read-in attached properties
2015-12-31 15:36:16 +01:00
wmayer
715ae4e225
+ fix compiler warning
2015-12-30 16:49:51 +01:00