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

Method ParseGeometryAndTriangles

libs/indexer/feature.cpp:797–801  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

795}
796
797void FeatureType::ParseGeometryAndTriangles(int scale)
798{
799 ParseGeometry(scale);
800 ParseTriangles(scale);
801}
802
803std::vector<localisation::LanguageIndex> FeatureType::GetLanguages()
804{

Callers

nothing calls this directly

Calls 1

ParseGeometryFunction · 0.85

Tested by

no test coverage detected