Uses of Interface
org.ode4j.ode.DHashSpace

Packages that use DHashSpace
org.ode4j.cpp.internal USE NOT RECOMMENDED, SEE NOTE BELOW The classes in this package provide an API that is similar to the original C/C++ API. 
org.ode4j.ode Public API for ode4j. 
 

Uses of DHashSpace in org.ode4j.cpp.internal
 

Methods in org.ode4j.cpp.internal that return DHashSpace
static DHashSpace ApiCppCollisionSpace.dHashSpaceCreate(DSpace space)
           
 

Methods in org.ode4j.cpp.internal with parameters of type DHashSpace
static void ApiCppCollisionSpace.dHashSpaceGetLevels(DHashSpace space, org.cpp4j.java.RefInt minlevel, org.cpp4j.java.RefInt maxlevel)
           
static void ApiCppCollisionSpace.dHashSpaceSetLevels(DHashSpace space, int minlevel, int maxlevel)
           
 

Uses of DHashSpace in org.ode4j.ode
 

Methods in org.ode4j.ode that return DHashSpace
static DHashSpace OdeHelper.createHashSpace()
           
static DHashSpace OdeHelper.createHashSpace(DSpace space)