Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenEndedGroup/Field2
/ free
Method
free
src/main/java/marc/math/Flann.java:268–275 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
266
267
268
public
void
free() {
269
if
(cloud == -1)
return
;
270
if
(is2d)
271
free2(cloud);
272
else
273
free3(cloud);
274
cloud = -1;
275
}
276
277
native
protected
long build3(FloatBuffer data,
int
len);
278
Callers
3
build3d
Method · 0.95
build128d
Method · 0.95
build2d
Method · 0.95
Calls
2
free2
Method · 0.95
free3
Method · 0.95
Tested by
no test coverage detected