My understanding is that this line only finds the parent trackid that is one level above the track "k". Is there a reason why this line is not finding the uppermost trackid in the ur_tree (by using "const uint32_t & track_id = uf_tree.Find(k);")? Am I misunderstanding the purpose of the function?
Hi,
I have a question regarding the ExportToSTL() function in tracks.hpp. The function has this line
"const uint32_t & track_id = uf_tree.m_cc_parent[k];"
My understanding is that this line only finds the parent trackid that is one level above the track "k". Is there a reason why this line is not finding the uppermost trackid in the ur_tree (by using "const uint32_t & track_id = uf_tree.Find(k);")? Am I misunderstanding the purpose of the function?