gpt4 book ai didi

CGAL::Surface_mesh - 使用整数索引访问面/顶点?

转载 作者:行者123 更新时间:2023-11-30 14:45:23 25 4
gpt4 key购买 nike

来自user manual CGAL Surface_mesh 类:

the data structure uses integer indices as descriptors for vertices, halfedges, edges and faces

我有兴趣根据整数索引访问某个面/边/顶点,但找不到这是如何完成的。迭代器显然可以工作,但我不想迭代已知次数只是为了获取相关的 face_index/vertex_index 如果我可以基于整数面访问/顶点索引先验已知。

如果我想“直接”(不迭代)访问第 i 个面,有人可以解释一下如何(如果实际上可能)使用整数索引吗?

最佳答案

以下内容应该有效:
无符号整型 i = 33;
Surface_mesh::Face_index fi(i);

关于CGAL::Surface_mesh - 使用整数索引访问面/顶点?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53087531/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com