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

Method Load

libs/coding/geometry_coding.hpp:123–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121
122 template <typename SourceT>
123 void Load(SourceT & src)
124 {
125 uint32_t const coordBits = ReadVarUint<uint32_t>(src);
126 ASSERT_LESS(coordBits, 32, ());
127 *this = GeometryCodingParams(coordBits, ReadVarUint<uint64_t>(src));
128 }
129
130private:
131 uint64_t m_BasePointUint64;

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected