How to write your own io plugin?
How to write your own io plugin?
I want to write my own io plugin, but I can't find a suitable tutorial. Could anyone share some tutorials? Thank you~
Re: How to write your own io plugin?
Well, you have the dummy IO plugin provided in the sources: https://github.com/CloudCompare/CloudCo ... leIOPlugin
But the best way to understand how it works, is to look at another existing IO plugin ;)
But the best way to understand how it works, is to look at another existing IO plugin ;)
Daniel, CloudCompare admin
Re: How to write your own io plugin?
I want to read the content in the db tree in the io plugin,
For example, I added a geojson file and loaded it on the corresponding cloud,
but I did not find a way to read the dbtree when the file was loaded.
I try to write in the code
Nor can
Can you help me..
For example, I added a geojson file and loaded it on the corresponding cloud,
but I did not find a way to read the dbtree when the file was loaded.
I try to write in the code
Code: Select all
ccMainAppInterface app;
Can you help me..
Re: How to write your own io plugin?
Ah sorry, it seems I missed your reply.
Sadly the current architecture doesn't allow for that...
Sadly the current architecture doesn't allow for that...
Daniel, CloudCompare admin