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

Function LoadClassificatorTypes

libs/kml/pykmlib/bindings.cpp:626–629  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

624}
625
626void LoadClassificatorTypes(std::string const & classificatorFileStr, std::string const & typesFileStr)
627{
628 classificator::LoadTypes(classificatorFileStr, typesFileStr);
629}
630
631uint32_t ClassificatorTypeToIndex(std::string const & typeStr)
632{

Callers

nothing calls this directly

Calls 1

LoadTypesFunction · 0.85

Tested by

no test coverage detected