MCPcopy Create free account
hub / github.com/ColdGrub1384/Pyto / clear

Method clear

site-packages/matplotlib/tri/_tri.cpp:1222–1232  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1220}
1221
1222void
1223TrapezoidMapTriFinder::clear()
1224{
1225 delete [] _points;
1226 _points = 0;
1227
1228 _edges.clear();
1229
1230 delete _tree;
1231 _tree = 0;
1232}
1233
1234TrapezoidMapTriFinder::TriIndexArray
1235TrapezoidMapTriFinder::find_many(const CoordinateArray& x,

Callers 15

get_tightbboxMethod · 0.45
drawMethod · 0.45
_handle_resizeMethod · 0.45
set_tick_paramsMethod · 0.45
rcdefaultsFunction · 0.45
__setitem__Method · 0.45
__delitem__Method · 0.45
_update_transformMethod · 0.45
_update_transformMethod · 0.45
get_glyphs_mathtextMethod · 0.45
get_glyphs_texMethod · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by 3

test_hinting_factorFunction · 0.36
test_cursor_dataFunction · 0.36