Search found 3 matches
- Wed Oct 25, 2017 3:26 pm
- Forum: Plugins
- Topic: Plugin Development - Memory Leak
- Replies: 2
- Views: 12988
Re: Plugin Development - Memory Leak
I am working on windows in visual studio as well. I will see if I can find this enabling feature later this afternoon. Thanks!
- Tue Oct 24, 2017 8:28 pm
- Forum: Plugins
- Topic: Plugin Development - Memory Leak
- Replies: 2
- Views: 12988
Plugin Development - Memory Leak
Any tips or tricks to keep from acquiring memory leaks? I have recently been messing with the code to work on some perosnal plugins, however am starting to notice that I have memory leaks. If i process a cloud through my plugin, and then delete the cloud from the dbtree using the UI, I see residual ...
- Fri Oct 13, 2017 2:57 pm
- Forum: Plugins
- Topic: subsampling - keeping the sampled points
- Replies: 1
- Views: 2954
subsampling - keeping the sampled points
Do you have something built in to essentially subtract two clouds, outside of doing a cloud to cloud distance calculation? Either as a physical tool or even as a function on the development side? I have a cloud that I need to process. First step is to sub-sample that cloud, say by 1 inch spacing. Wh...