Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
84
void MultiGeometry::AddLine(std::initializer_list<geometry::PointWithAltitude> lst)
85
{
86
m_lines.emplace_back();
87
m_lines.back().assign(lst);
88
}
89
90
void MultiGeometry::AddTimestamps(std::initializer_list<double> lst)
91
{
Callers
15
DrawDecodedSegments
Method · 0.45
DrawEncodedSegment
Method · 0.45
DrawGoldenPath
Method · 0.45
DrawLine
Method · 0.45
DrawMwmBorder
Function · 0.45
Visualize
Method · 0.45
GenerateKmlFileData
Function · 0.45
GenerateKmlFileDataForTrackWithoutTimestamps
Function · 0.45
GenerateKmlFileDataForTrackWithTimestamps
Function · 0.45
DrawLine
Function · 0.45
VisualizeFeatureInRect
Function · 0.45
VisualizeCrossMwmTransitionsInRect
Method · 0.45
Calls
3
back
Method · 0.80
emplace_back
Method · 0.45
assign
Method · 0.45
Tested by
6
GenerateKmlFileData
Function · 0.36
GenerateKmlFileDataForTrackWithoutTimestamps
Function · 0.36
GenerateKmlFileDataForTrackWithTimestamps
Function · 0.36
UNIT_TEST
Function · 0.36
UNIT_TEST
Function · 0.36
UNIT_TEST
Function · 0.36