MCPcopy Create free account
hub / github.com/LiangliangNan/PolyFit / FOR_EACH_VERTEX

Function FOR_EACH_VERTEX

code/model/map_copier.cpp:63–65  ·  view source on GitHub ↗

Step 1 : clear vertex ids

Source from the content-addressed store, hash-verified

61
62 // Step 1 : clear vertex ids
63 FOR_EACH_VERTEX(Map, source, it) {
64 vertex_id[it] = -1 ;
65 }
66
67 // Step 2: enumerate vertices
68 FOR_EACH_VERTEX(Map, source, it) {

Callers 1

inside_outMethod · 0.70

Calls 3

add_vertexMethod · 0.80
pointMethod · 0.80
current_vertexMethod · 0.80

Tested by

no test coverage detected