org.ode4j.ode
Class DWorld.DWorldStepMemoryFunctionsInfo

java.lang.Object
  extended by org.ode4j.ode.DWorld.DWorldStepMemoryFunctionsInfo
Enclosing interface:
DWorld

Deprecated. Do not use ! (TZ)

@Deprecated
public static class DWorld.DWorldStepMemoryFunctionsInfo
extends java.lang.Object

World stepping memory manager descriptor structure This structure is intended to define the functions of memory manager to be used with world stepping functions. struct_size should be assigned the size of the structure alloc_block is a function to allocate memory block of given size. shrink_block is a function to shrink existing memory block to a smaller size. It must preserve the contents of block head while shrinking. The new block size is guaranteed to be always less than the existing one. free_block is a function to delete existing memory block.

See Also:
DWorld.setStepMemoryManager(DWorldStepMemoryFunctionsInfo)

Field Summary
 org.ode4j.ode.internal.processmem.DxUtil.alloc_block_fn_t alloc_block
          Deprecated.  
 org.ode4j.ode.internal.processmem.DxUtil.free_block_fn_t free_block
          Deprecated.  
 org.ode4j.ode.internal.processmem.DxUtil.shrink_block_fn_t shrink_block
          Deprecated.  
 int struct_size
          Deprecated.  
 
Constructor Summary
DWorld.DWorldStepMemoryFunctionsInfo()
          Deprecated.  
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

struct_size

public int struct_size
Deprecated. 

alloc_block

public org.ode4j.ode.internal.processmem.DxUtil.alloc_block_fn_t alloc_block
Deprecated. 

shrink_block

public org.ode4j.ode.internal.processmem.DxUtil.shrink_block_fn_t shrink_block
Deprecated. 

free_block

public org.ode4j.ode.internal.processmem.DxUtil.free_block_fn_t free_block
Deprecated. 
Constructor Detail

DWorld.DWorldStepMemoryFunctionsInfo

public DWorld.DWorldStepMemoryFunctionsInfo()
Deprecated.