Searched refs:Pts (Results 1 – 1 of 1) sorted by relevance
97 auto Pts = pointsWithPayload(Name); in points() local99 Positions.reserve(Pts.size()); in points()100 for (const auto &[Point, Payload] : Pts) in points()122 auto Pts = points(Name); in all_points() local123 Result[Name] = {Pts.begin(), Pts.end()}; in all_points()