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

Method cbegin

source/hmesh.cpp:47–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45//
46template <>
47vertex_array_iterator_t vertex_array_iterator_t::cbegin(bool account_for_removed_elems, id_<vertex_array_iterator_t>)
48{
49 return mesh_ptr->vertices_begin(account_for_removed_elems);
50}
51
52template <>
53vertex_array_iterator_t vertex_array_iterator_t::cend(id_<vertex_array_iterator_t>)

Callers 15

dump_meshFunction · 0.45
dfs_ccFunction · 0.45
kernel.cppFile · 0.45
linear_projection_sortFunction · 0.45
dispatchFunction · 0.45
preproc.cppFile · 0.45
halfedgeMethod · 0.45
add_edgeMethod · 0.45

Calls 4

vertices_beginMethod · 0.80
edges_beginMethod · 0.80
halfedges_beginMethod · 0.80
faces_beginMethod · 0.80

Tested by

no test coverage detected