Search found 2 matches
- Wed Aug 17, 2022 5:01 am
- Forum: Questions
- Topic: How to program the ccbox to the corresponding position
- Replies: 1
- Views: 759
How to program the ccbox to the corresponding position
hi all, I'm learning to write a plugin to compare two point cloud files, I got some difference point sets between the two point clouds, which I recorded with bounding boxes in AABB and OBB format. In the end, I would like to convert these bounding boxes into corresponding "ccbox"es that ca...
- Fri Aug 12, 2022 4:32 am
- Forum: Questions
- Topic: how the pulgin knows the end of main window
- Replies: 1
- Views: 771
how the pulgin knows the end of main window
hi all, I am learning how to write plugins. I created a modeless dialog in the plugin class and destroyed it in the plugin class's destructor. I would expect the plugin class's destructor to be called when the user closes the main program, but it looks like it doesn't. I debugged the qpcl plugin and...