Re: [brlcad-devel] Decorator Pattern

2018-03-11 Thread Christopher Sean Morrison
Brad, There is an example in src/other/gdal/ogr/ogrsf_frmts/generic (just search on decorator) that might help. You don’t tend to find that pattern in C code much and I can’t think of any specific examples in our C++ code. Cheers! Sean > On Mar 11, 2018, at 8:33 PM, Brad Eric hollister >

Re: [brlcad-devel] GSoc 2018

2018-03-11 Thread Christopher Sean Morrison
Abhishek, To expand on that, BRL-CAD’s point cloud primitive was implemented years ago for a specific short-term need (a relatively straight-forward scanned point visualization). The pnts primitive was added with some structure flexibility and input methods but never taken to general feature a

Re: [brlcad-devel] GSoc 2018

2018-03-11 Thread Abhishek Vasudevan
Hi Daniel, I was thinking maybe I could integrate the pnts primitive with the PCL library to help with the visualization part. I believe a lot of point cloud functionalities (Segmentation, filters) can be added easily if we were to use PCL. Also, there can be options to open and operate on all form

[brlcad-devel] Decorator Pattern

2018-03-11 Thread Brad Eric hollister
Hi, I’m preparing a short talk on the decorator pattern for classroom instruction. I’d like to use an example from Brlcad. Are there any such examples in the codebase? Regards, Brad-- Check out the vibrant tech communi