Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MeshInspector/MeshLib
/ reset
Method
reset
source/MRCuda/MRCudaPolyline.cpp:32–37 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
30
}
31
32
void Polyline2DataHolder::reset()
33
{
34
nodes_.resize( 0 );
35
points_.resize( 0 );
36
orgs_.resize( 0 );
37
}
38
39
size_t Polyline2DataHolder::heapBytes( const Polyline2& polyline )
40
{
Callers
3
drawDialog
Method · 0.45
onDisable_
Method · 0.45
onDisable_
Method · 0.45
Calls
1
resize
Method · 0.45
Tested by
no test coverage detected