Home
last modified time | relevance | path

Searched refs:halfedge_id (Results 1 – 2 of 2) sorted by relevance

/dports/math/cgal/CGAL-5.3/include/CGAL/
H A DPolyhedron_items_with_id_3.h42 std::size_t halfedge_id = 0 ; in set_halfedgeds_items_id() local
55 hit->id() = halfedge_id ++ ; in set_halfedgeds_items_id()
/dports/math/openmesh/OpenMesh-8.1/src/OpenMesh/Core/IO/reader/
H A DOMReader.cc414 int halfedge_id = 0; in read_binary_vertex_chunk() local
415 … bytes_ += restore( _is, halfedge_id, OMFormat::Chunk::Integer_Size(chunk_header_.bits_), _swap ); in read_binary_vertex_chunk()
417 _bi.set_halfedge(VertexHandle(static_cast<int>(vidx)), HalfedgeHandle(halfedge_id)); in read_binary_vertex_chunk()
491 int halfedge_id = 0; in read_binary_face_chunk() local
492 … bytes_ += restore( _is, halfedge_id, OMFormat::Chunk::Integer_Size(chunk_header_.bits_), _swap ); in read_binary_face_chunk()
494 _bi.add_face(HalfedgeHandle(halfedge_id)); in read_binary_face_chunk()