Hello.
I am analyzing CloudCompare's source code.
I found some code in AsciiFilter::loadCloudFromFormatedAsciiFile function.
"container.addChild(cloudDesc.cloud);"
This code cast ccPointCloud* to ccHObject *.
If so, I thought that ccHObject is derived from a ccPointCloud.
Am I right?
If so, where is the code that ccHObject is derived from a ccPointCloud.
If not, How can the ccHObject be casted to the ccPointCloud.
Thank you in advance.
Where can I find the related codes that ccHObject derived from ccPointCloud
Re: Where can I find the related codes that ccHObject derived from ccPointCloud
Hi,
That's the opposite: ccPointCloud derives from ccHObject (as all the entities that can be stored in the DB tree).
That's the opposite: ccPointCloud derives from ccHObject (as all the entities that can be stored in the DB tree).
Daniel, CloudCompare admin
Re: Where can I find the related codes that ccHObject derived from ccPointCloud
Hello Daniel
Thank you so much.
You let me save my time.
Have a nice day!
Thank you so much.
You let me save my time.
Have a nice day!