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

Method Clone

generator/filter_roads.cpp:5–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3namespace generator
4{
5std::shared_ptr<FilterInterface> FilterRoads::Clone() const
6{
7 return std::make_shared<FilterRoads>();
8}
9
10bool FilterRoads::IsAccepted(OsmElement const & element) const
11{

Callers 2

CloneBaseMethod · 0.45
TranslatorsPoolMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected