Uses of Class
hmi.physics.ode.OdeHumanoid

Packages that use OdeHumanoid
hmi.environment.avatars This package contains code for loading avatars, mixed systems, face bindings, etc. 
hmi.physics.ode   
 

Uses of OdeHumanoid in hmi.environment.avatars
 

Fields in hmi.environment.avatars with type parameters of type OdeHumanoid
private  ArrayList<OdeHumanoid> GenericVirtualHuman.physicalHumans
           
 

Methods in hmi.environment.avatars that return types with arguments of type OdeHumanoid
 ArrayList<OdeHumanoid> VirtualHuman.getPhysicalHumans()
          associated with getMixedSystems, same order
 ArrayList<OdeHumanoid> GenericVirtualHuman.getPhysicalHumans()
           
 

Method parameters in hmi.environment.avatars with type arguments of type OdeHumanoid
 void GenericVirtualHuman.setPhysicalHumans(ArrayList<OdeHumanoid> ph)
           
 

Uses of OdeHumanoid in hmi.physics.ode
 

Methods in hmi.physics.ode that return OdeHumanoid
 OdeHumanoid OdeHumanoid.createNew(String id)