mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-19 21:13:35 +00:00
Format all C++ and Java code via clang-format
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
This commit is contained in:
@@ -18,8 +18,8 @@ namespace routing
|
||||
class RegionsSparseGraph
|
||||
{
|
||||
public:
|
||||
RegionsSparseGraph(CountryFileGetterFn const & countryFileGetter,
|
||||
std::shared_ptr<NumMwmIds> numMwmIds, DataSource & dataSource);
|
||||
RegionsSparseGraph(CountryFileGetterFn const & countryFileGetter, std::shared_ptr<NumMwmIds> numMwmIds,
|
||||
DataSource & dataSource);
|
||||
|
||||
// Loads data from mwm section.
|
||||
void LoadRegionsSparseGraph();
|
||||
@@ -27,8 +27,7 @@ public:
|
||||
std::optional<FakeEnding> GetFakeEnding(m2::PointD const & point) const;
|
||||
|
||||
using EdgeListT = SmallList<SegmentEdge>;
|
||||
void GetEdgeList(Segment const & segment, bool isOutgoing, EdgeListT & edges,
|
||||
ms::LatLon const & prevSegFront) const;
|
||||
void GetEdgeList(Segment const & segment, bool isOutgoing, EdgeListT & edges, ms::LatLon const & prevSegFront) const;
|
||||
|
||||
routing::LatLonWithAltitude const & GetJunction(Segment const & segment, bool front) const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user