SimpleOpenNI
Class HandsGenerator

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

public class HandsGenerator
extends Generator


Constructor Summary
HandsGenerator()
           
HandsGenerator(long cPtr, boolean cMemoryOwn)
           
HandsGenerator(SWIGTYPE_p_XnNodeHandle hNode)
           
 
Method Summary
 void delete()
           
static long getCPtr(HandsGenerator obj)
           
 long SetSmoothing(float fSmoothingFactor)
           
 long StartTracking(XnPoint3D ptPosition)
           
 long StopTracking(long user)
           
 long StopTrackingAll()
           
 
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

HandsGenerator

public HandsGenerator()

HandsGenerator

public HandsGenerator(long cPtr,
                      boolean cMemoryOwn)

HandsGenerator

public HandsGenerator(SWIGTYPE_p_XnNodeHandle hNode)
Method Detail

delete

public void delete()
Overrides:
delete in class Generator

getCPtr

public static long getCPtr(HandsGenerator obj)

SetSmoothing

public long SetSmoothing(float fSmoothingFactor)

StartTracking

public long StartTracking(XnPoint3D ptPosition)

StopTracking

public long StopTracking(long user)

StopTrackingAll

public long StopTrackingAll()