Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ AssignPoints
Method
AssignPoints
generator/feature_builder.cpp:89–96 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
87
}
88
89
void FeatureBuilder::AssignPoints(PointSeq points)
90
{
91
ResetGeometry();
92
93
CalcRect(points, m_limitRect);
94
95
m_polygons.emplace_back(std::move(points));
96
}
97
98
void FeatureBuilder::SetLinear(bool reverseGeometry)
99
{
Callers
14
TesselateInterior
Function · 0.45
ProcessBoundary
Method · 0.45
ProcessRawEntries
Method · 0.45
CreateFb
Function · 0.45
ProcessRoundabouts
Method · 0.45
GenerateIsolines
Method · 0.45
BuildFromWay
Method · 0.45
MakeFbForTest
Function · 0.45
UNIT_CLASS_TEST
Function · 0.45
CreateFeatureBuilderFromOsmWay
Function · 0.45
TestTrianglesCoding
Function · 0.45
UNIT_TEST
Function · 0.45
Calls
2
CalcRect
Function · 0.85
emplace_back
Method · 0.45
Tested by
7
MakeFbForTest
Function · 0.36
UNIT_CLASS_TEST
Function · 0.36
CreateFeatureBuilderFromOsmWay
Function · 0.36
TestTrianglesCoding
Function · 0.36
UNIT_TEST
Function · 0.36
MakeLineFb
Method · 0.36
Serialize
Method · 0.36