MCPcopy Create free account
hub / github.com/OpenOrienteering/mapper / markAsIrregular

Method markAsIrregular

src/core/map.cpp:875–878  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

873
874
875void Map::markAsIrregular(Object* object)
876{
877 irregular_objects.insert(object);
878}
879
880const std::set<Object*> Map::irregularObjects() const
881{

Callers 1

loadMethod · 0.80

Calls 1

insertMethod · 0.45

Tested by

no test coverage detected