MCPcopy 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
89void FeatureBuilder::AssignPoints(PointSeq points)
90{
91 ResetGeometry();
92
93 CalcRect(points, m_limitRect);
94
95 m_polygons.emplace_back(std::move(points));
96}
97
98void FeatureBuilder::SetLinear(bool reverseGeometry)
99{

Callers 14

TesselateInteriorFunction · 0.45
ProcessBoundaryMethod · 0.45
ProcessRawEntriesMethod · 0.45
CreateFbFunction · 0.45
ProcessRoundaboutsMethod · 0.45
GenerateIsolinesMethod · 0.45
BuildFromWayMethod · 0.45
MakeFbForTestFunction · 0.45
UNIT_CLASS_TESTFunction · 0.45
TestTrianglesCodingFunction · 0.45
UNIT_TESTFunction · 0.45

Calls 2

CalcRectFunction · 0.85
emplace_backMethod · 0.45

Tested by 7

MakeFbForTestFunction · 0.36
UNIT_CLASS_TESTFunction · 0.36
TestTrianglesCodingFunction · 0.36
UNIT_TESTFunction · 0.36
MakeLineFbMethod · 0.36
SerializeMethod · 0.36