Uses of Interface
org.ode4j.ode.DHeightfieldData

Packages that use DHeightfieldData
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 DHeightfieldData in org.ode4j.cpp.internal
 

Methods in org.ode4j.cpp.internal that return DHeightfieldData
static DHeightfieldData ApiCppCollision.dGeomHeightfieldDataCreate()
           
static DHeightfieldData ApiCppCollision.dGeomHeightfieldGetHeightfieldData(DHeightfield g)
           
 

Methods in org.ode4j.cpp.internal with parameters of type DHeightfieldData
static DGeom ApiCppCollision.dCreateHeightfield(DSpace space, DHeightfieldData data, boolean bPlaceable)
           
static void ApiCppCollision.dGeomHeightfieldDataBuildByte(DHeightfieldData d, byte[] pHeightData, boolean bCopyHeightData, double width, double depth, int widthSamples, int depthSamples, double scale, double offset, double thickness, boolean bWrap)
           
static void ApiCppCollision.dGeomHeightfieldDataBuildCallback(DHeightfieldData d, java.lang.Object[] pUserData, DHeightfield.DHeightfieldGetHeight pCallback, double width, double depth, int widthSamples, int depthSamples, double scale, double offset, double thickness, boolean bWrap)
           
static void ApiCppCollision.dGeomHeightfieldDataDestroy(DHeightfieldData d)
           
static void ApiCppCollision.dGeomHeightfieldDataSetBounds(DHeightfieldData d, double minHeight, double maxHeight)
           
static void ApiCppCollision.dGeomHeightfieldSetHeightfieldData(DHeightfield g, DHeightfieldData d)
           
 

Uses of DHeightfieldData in org.ode4j.ode
 

Methods in org.ode4j.ode that return DHeightfieldData
static DHeightfieldData OdeHelper.createHeightfieldData()
          Creates a new empty dHeightfieldData.
 DHeightfieldData DHeightfield.getHeightfieldData()
          Gets the dHeightfieldData bound to a heightfield geom.
 

Methods in org.ode4j.ode with parameters of type DHeightfieldData
static DHeightfield OdeHelper.createHeightfield(DSpace space, DHeightfieldData data, boolean bPlaceable)
          Creates a heightfield geom.
 void DHeightfield.setHeightfieldData(DHeightfieldData d)
          Assigns a dHeightfieldData to a heightfield geom.