MCPcopy Create free account
hub / github.com/cutdigital/mcut / face

Method face

source/hmesh.cpp:224–230  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

222}
223
224face_descriptor_t hmesh_t::face(const halfedge_descriptor_t& h) const
225{
226 MCUT_ASSERT(h != null_halfedge());
227 MCUT_ASSERT((size_t)h < m_halfedges.size() /*m_halfedges.count(h) == 1*/);
228 const halfedge_data_t& hd = m_halfedges[h];
229 return hd.f;
230}
231
232vertex_descriptor_t hmesh_t::vertex(const edge_descriptor_t e, const int v) const
233{

Callers 6

dispatchFunction · 0.80
preproc.cppFile · 0.80
triangulate_faceFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected