Pointcloud type casting question
Posted: Mon Jul 11, 2022 2:29 pm
Hello,
I want to adapt the distance-function in to include different features (scalar fields). For this, I have to get access to all available scalar fields in the cloud but m_theAssociatedCloud is of type GenericIndexedCloudPersist. Is it save to cast m_theAssociatedCloud into a ccPointCloud? Or is there another way of getting access to the cloud's scalar fields?
I thank you in advance for your answers!
Best regads,
Philip
I want to adapt the distance-function in
Code: Select all
DgmOctree::findTheNearestNeighborStartingFromCell
I thank you in advance for your answers!
Best regads,
Philip