MCPcopy Create free account
hub / github.com/IfcOpenShell/IfcOpenShell / insert

Method insert

src/svgfill/src/graph_2d.h:420–424  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

418 }
419
420 void insert(const Point_2& u, const Point_2& v) {
421 adjacency_list[u].insert(v);
422 adjacency_list[v].insert(u);
423 assert_symmetric();
424 }
425
426 // Iterators over vertices
427 typedef typename std::map<Point_2, std::set<Point_2>>::const_iterator vertex_const_iterator;

Callers 15

addMethod · 0.45
emit_line_stringsFunction · 0.45
endDocumentMethod · 0.45
bindMethod · 0.45
bindMethod · 0.45
readMethod · 0.45
writeMethod · 0.45
SvgSerializer.cppFile · 0.45
writeMethod · 0.45
object_id_uniqueMethod · 0.45
writeNodeMethod · 0.45
finalizeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected