MCPcopy Create free account
hub / github.com/BIMCoderLiang/LNLib / ref

Method ref

src/LNLib/Algorithm/Voronoi.cpp:558–562  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

556}
557
558void LNLib::VoronoiDiagramGenerator::ref(struct Site* v)
559{
560 v->refcnt += 1;
561 v->overallRefcnt += 1;
562}
563
564//push the HalfEdge into the ordered linked list of vertices
565void LNLib::VoronoiDiagramGenerator::PQinsert(struct Halfedge* he, struct Site* v, float offset)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected