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

Method GetBasePoint

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

Source from the content-addressed store, hash-verified

328 explicit TrianglesChainSaver(GeometryCodingParams const & params);
329
330 TPoint GetBasePoint() const { return m_base; }
331 TPoint GetMaxPoint() const { return m_max; }
332
333 void operator()(TPoint arr[3], std::vector<TEdge> edges);

Callers 11

SerializeForMwmMethod · 0.45
WriteOuterTrianglesMethod · 0.45
TestTrianglesCodingFunction · 0.45
SavePointFunction · 0.45
LoadPointFunction · 0.45
GetBasePointFunction · 0.45
InitMethod · 0.45
WriteBlockMethod · 0.45
VisitorMethod · 0.45
VisitorMethod · 0.45
ParseCommonMethod · 0.45

Calls

no outgoing calls

Tested by 1

TestTrianglesCodingFunction · 0.36