SimpleOpenNI
Class UserGenerator

java.lang.Object
  extended by SimpleOpenNI.NodeWrapper
      extended by SimpleOpenNI.ProductionNode
          extended by SimpleOpenNI.Generator
              extended by SimpleOpenNI.UserGenerator

public class UserGenerator
extends Generator


Constructor Summary
UserGenerator()
           
UserGenerator(long cPtr, boolean cMemoryOwn)
           
UserGenerator(SWIGTYPE_p_XnNodeHandle hNode)
           
 
Method Summary
 void delete()
           
 long GetCoM(long user, XnPoint3D com)
           
static long getCPtr(UserGenerator obj)
           
 int GetNumberOfUsers()
           
 PoseDetectionCapability GetPoseDetectionCap()
           
 SkeletonCapability GetSkeletonCap()
           
 long GetUsers(long[] aUsers, SWIGTYPE_p_unsigned_short nUsers)
           
 
Methods inherited from class SimpleOpenNI.Generator
GetAlternativeViewPointCap, getCPtr, GetData, GetDataSize, GetFrameID, GetFrameSyncCap, GetMirrorCap, GetTimestamp, IsDataNew, IsGenerating, IsNewDataAvailable, IsNewDataAvailable, StartGenerating, StopGenerating, WaitAndUpdateData
 
Methods inherited from class SimpleOpenNI.ProductionNode
AddNeededNode, GetContext, getCPtr, GetGeneralProperty, GetInfo, GetIntProperty, GetRealProperty, GetStringProperty, IsCapabilitySupported, LockedNodeEndChanges, LockedNodeStartChanges, LockForChanges, RemoveNeededNode, SetGeneralProperty, SetIntProperty, SetRealProperty, SetStringProperty, UnlockForChanges
 
Methods inherited from class SimpleOpenNI.NodeWrapper
AddRef, getCPtr, GetName, IsValid, Release, SetHandle
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserGenerator

public UserGenerator()

UserGenerator

public UserGenerator(long cPtr,
                     boolean cMemoryOwn)

UserGenerator

public UserGenerator(SWIGTYPE_p_XnNodeHandle hNode)
Method Detail

delete

public void delete()
Overrides:
delete in class Generator

GetCoM

public long GetCoM(long user,
                   XnPoint3D com)

getCPtr

public static long getCPtr(UserGenerator obj)

GetNumberOfUsers

public int GetNumberOfUsers()

GetPoseDetectionCap

public PoseDetectionCapability GetPoseDetectionCap()

GetSkeletonCap

public SkeletonCapability GetSkeletonCap()

GetUsers

public long GetUsers(long[] aUsers,
                     SWIGTYPE_p_unsigned_short nUsers)