SimpleOpenNI
Class UserPositionCapability

java.lang.Object
  extended by SimpleOpenNI.Capability
      extended by SimpleOpenNI.UserPositionCapability

public class UserPositionCapability
extends Capability


Constructor Summary
UserPositionCapability()
           
UserPositionCapability(long cPtr, boolean cMemoryOwn)
           
UserPositionCapability(SWIGTYPE_p_XnNodeHandle hNode)
           
 
Method Summary
 void delete()
           
static long getCPtr(UserPositionCapability obj)
           
 long GetSupportedUserPositionsCount()
           
 long GetUserPosition(long nIndex, XnBoundingBox3D Position)
           
 long SetUserPosition(long nIndex, XnBoundingBox3D Position)
           
 
Methods inherited from class SimpleOpenNI.Capability
getCPtr, SetUnderlyingHandle
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserPositionCapability

public UserPositionCapability()

UserPositionCapability

public UserPositionCapability(long cPtr,
                              boolean cMemoryOwn)

UserPositionCapability

public UserPositionCapability(SWIGTYPE_p_XnNodeHandle hNode)
Method Detail

delete

public void delete()
Overrides:
delete in class Capability

getCPtr

public static long getCPtr(UserPositionCapability obj)

GetSupportedUserPositionsCount

public long GetSupportedUserPositionsCount()

GetUserPosition

public long GetUserPosition(long nIndex,
                            XnBoundingBox3D Position)

SetUserPosition

public long SetUserPosition(long nIndex,
                            XnBoundingBox3D Position)