MCPcopy 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
32void Polyline2DataHolder::reset()
33{
34 nodes_.resize( 0 );
35 points_.resize( 0 );
36 orgs_.resize( 0 );
37}
38
39size_t Polyline2DataHolder::heapBytes( const Polyline2& polyline )
40{

Callers 3

drawDialogMethod · 0.45
onDisable_Method · 0.45
onDisable_Method · 0.45

Calls 1

resizeMethod · 0.45

Tested by

no test coverage detected