Package org.robwork.sdurw_proximity
Class ProximityCache
- java.lang.Object
-
- org.robwork.sdurw_proximity.ProximityCache
-
public class ProximityCache extends java.lang.ObjectInterface for cache used by ProximityStrategy
-
-
Constructor Summary
Constructors Constructor Description ProximityCache(long cPtr, boolean cMemoryOwn)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()Clears cachevoiddelete()SWIGTYPE_p_voidget_owner()Owner of the cachestatic longgetCPtr(ProximityCache obj)voidset_owner(SWIGTYPE_p_void value)Owner of the cachelongsize()Returns size of cache
-
-
-
Method Detail
-
getCPtr
public static long getCPtr(ProximityCache obj)
-
delete
public void delete()
-
size
public long size()
Returns size of cache- Returns:
- size
-
clear
public void clear()
Clears cache
-
set_owner
public void set_owner(SWIGTYPE_p_void value)
Owner of the cache
-
get_owner
public SWIGTYPE_p_void get_owner()
Owner of the cache
-
-