Can I get the index of a point in a point container?

Can I get the index of a point in a point container?

I don’t think there is such a function. You can search the point container yourself, using a for loop. If you want to do this query many times, you might consider using KdTree or another structure to speed up the search.