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

Method target

source/hmesh.cpp:157–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155}
156
157vertex_descriptor_t hmesh_t::target(const halfedge_descriptor_t& h) const
158{
159 MCUT_ASSERT(h != null_halfedge());
160 MCUT_ASSERT((size_t)h < m_halfedges.size() /*m_halfedges.count(h) == 1*/);
161 const halfedge_data_t& hd = m_halfedges[h];
162 return hd.t;
163}
164
165halfedge_descriptor_t hmesh_t::opposite(const halfedge_descriptor_t& h) const
166{

Callers 5

kernel.cppFile · 0.80
dispatchFunction · 0.80
triangulate_faceFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected