Hello,
I want to adapt the distance-function in
Code: Select all
DgmOctree::findTheNearestNeighborStartingFromCell
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