Package org.robwork.sdurw_proximity
Class ProximityCache
- java.lang.Object
-
- org.robwork.sdurw_proximity.ProximityCache
-
public class ProximityCache extends java.lang.Object
Interface 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 void
clear()
Clears cachevoid
delete()
SWIGTYPE_p_void
get_owner()
Owner of the cachestatic long
getCPtr(ProximityCache obj)
void
set_owner(SWIGTYPE_p_void value)
Owner of the cachelong
size()
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
-
-