Well now I am getting my hand used to this great software!
Do you have some guidelines or tutorial on how to create a plugin for CC?
I am not a Cprogramer, but have experience in R and Matlab and willing to have a try to process some of my work.
Thanks
Simon
plugin
Re: plugin
Well, the best solution is to look at the other plugins. Either start with the qDummyPlugin (you'll find it in the qCC/plugins folder) which you just have duplicate and then replace a few strings by your plugin name then add your code in the appropriate methods. Otherwise, and you should look at other plugins (especially one that has a close workflow as what you intend to do). Anyway, you'll need a good knowledge of Qt as the whole plugin mechanism is based on it.
And don't hesitate to send me questions by email.
And don't hesitate to send me questions by email.
Daniel, CloudCompare admin