SimpleOpenNI
Class Generator

java.lang.Object
  extended by SimpleOpenNI.NodeWrapper
      extended by SimpleOpenNI.ProductionNode
          extended by SimpleOpenNI.Generator
Direct Known Subclasses:
GestureGenerator, HandsGenerator, MapGenerator, UserGenerator

public class Generator
extends ProductionNode


Constructor Summary
Generator()
           
Generator(long cPtr, boolean cMemoryOwn)
           
Generator(SWIGTYPE_p_XnNodeHandle hNode)
           
 
Method Summary
 void delete()
           
 AlternativeViewPointCapability GetAlternativeViewPointCap()
           
static long getCPtr(Generator obj)
           
 SWIGTYPE_p_void GetData()
           
 long GetDataSize()
           
 long GetFrameID()
           
 FrameSyncCapability GetFrameSyncCap()
           
 MirrorCapability GetMirrorCap()
           
 SWIGTYPE_p_XnUInt64 GetTimestamp()
           
 boolean IsDataNew()
           
 boolean IsGenerating()
           
 boolean IsNewDataAvailable()
           
 boolean IsNewDataAvailable(SWIGTYPE_p_XnUInt64 pnTimestamp)
           
 long StartGenerating()
           
 long StopGenerating()
           
 long 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

Generator

public Generator()

Generator

public Generator(long cPtr,
                 boolean cMemoryOwn)

Generator

public Generator(SWIGTYPE_p_XnNodeHandle hNode)
Method Detail

delete

public void delete()
Overrides:
delete in class ProductionNode

GetAlternativeViewPointCap

public AlternativeViewPointCapability GetAlternativeViewPointCap()

getCPtr

public static long getCPtr(Generator obj)

GetData

public SWIGTYPE_p_void GetData()

GetDataSize

public long GetDataSize()

GetFrameID

public long GetFrameID()

GetFrameSyncCap

public FrameSyncCapability GetFrameSyncCap()

GetMirrorCap

public MirrorCapability GetMirrorCap()

GetTimestamp

public SWIGTYPE_p_XnUInt64 GetTimestamp()

IsDataNew

public boolean IsDataNew()

IsGenerating

public boolean IsGenerating()

IsNewDataAvailable

public boolean IsNewDataAvailable()

IsNewDataAvailable

public boolean IsNewDataAvailable(SWIGTYPE_p_XnUInt64 pnTimestamp)

StartGenerating

public long StartGenerating()

StopGenerating

public long StopGenerating()

WaitAndUpdateData

public long WaitAndUpdateData()