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

Function LoadInner

libs/coding/geometry_coding.cpp:370–379  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

368}
369
370void const * LoadInner(DecodeFunT fn, void const * pBeg, size_t count, GeometryCodingParams const & params,
371 OutPointsT & points)
372{
373 DeltasT deltas;
374 deltas.reserve(count);
375 void const * ret = ReadVarUint64Array(static_cast<char const *>(pBeg), count, base::MakeBackInsertFunctor(deltas));
376
377 Decode(fn, deltas, params, points);
378 return ret;
379}
380
381TrianglesChainSaver::TrianglesChainSaver(GeometryCodingParams const & params)
382{

Callers 2

LoadInnerPathFunction · 0.85
LoadInnerTrianglesFunction · 0.85

Calls 4

ReadVarUint64ArrayFunction · 0.85
MakeBackInsertFunctorFunction · 0.85
DecodeFunction · 0.70
reserveMethod · 0.45

Tested by

no test coverage detected