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

Method AddLine

libs/kml/types.cpp:84–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82}
83
84void MultiGeometry::AddLine(std::initializer_list<geometry::PointWithAltitude> lst)
85{
86 m_lines.emplace_back();
87 m_lines.back().assign(lst);
88}
89
90void MultiGeometry::AddTimestamps(std::initializer_list<double> lst)
91{

Callers 15

DrawDecodedSegmentsMethod · 0.45
DrawEncodedSegmentMethod · 0.45
DrawGoldenPathMethod · 0.45
DrawLineMethod · 0.45
DrawMwmBorderFunction · 0.45
VisualizeMethod · 0.45
GenerateKmlFileDataFunction · 0.45
DrawLineFunction · 0.45
VisualizeFeatureInRectFunction · 0.45

Calls 3

backMethod · 0.80
emplace_backMethod · 0.45
assignMethod · 0.45

Tested by 6

GenerateKmlFileDataFunction · 0.36
UNIT_TESTFunction · 0.36
UNIT_TESTFunction · 0.36
UNIT_TESTFunction · 0.36