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

Class Freenode

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

Source from the content-addressed store, hash-verified

655void LNLib::VoronoiDiagramGenerator::freeinit(struct Freelist* fl, int size)
656{
657 fl->head = (struct Freenode*)NULL;
658 fl->nodesize = size;
659}
660

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected