MCPcopy Create free account
hub / github.com/comaps/comaps / TrianglesChainSaver

Method TrianglesChainSaver

libs/coding/geometry_coding.cpp:381–385  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

379}
380
381TrianglesChainSaver::TrianglesChainSaver(GeometryCodingParams const & params)
382{
383 m_base = pts::GetBasePoint(params);
384 m_max = pts::GetMaxPoint(params);
385}
386
387void TrianglesChainSaver::operator()(TPoint arr[3], std::vector<TEdge> edges)
388{

Callers

nothing calls this directly

Calls 2

GetBasePointFunction · 0.85
GetMaxPointFunction · 0.70

Tested by

no test coverage detected