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

Function InitClassificator

generator/pygen/pygen.cpp:252–256  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

250}
251
252void InitClassificator(std::string const & resourcePath)
253{
254 classificator::LoadTypes(ReadAll(base::JoinPath(resourcePath, "classificator.txt")),
255 ReadAll(base::JoinPath(resourcePath, "types.txt")));
256}
257
258struct GeometryNamespace
259{};

Callers

nothing calls this directly

Calls 3

LoadTypesFunction · 0.85
ReadAllFunction · 0.85
JoinPathFunction · 0.85

Tested by

no test coverage detected