MCPcopy Create free account
hub / github.com/MeshInspector/MeshLib / Polyline

Method Polyline

source/MRMesh/MRPolyline.cpp:17–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15
16template<typename V>
17Polyline<V>::Polyline( const Contour<V>& contours )
18{
19 addFromPoints( contours.data(), contours.size() );
20}
21
22template<typename V>
23Polyline<V>::Polyline( const Contours<V>& contours )

Callers

nothing calls this directly

Calls 7

buildFromContoursMethod · 0.80
push_backMethod · 0.80
buildOpenLinesMethod · 0.80
dataMethod · 0.45
sizeMethod · 0.45
reserveMethod · 0.45
backIdMethod · 0.45

Tested by

no test coverage detected