C# Class xn.Generator

Inheritance: ProductionNode
Show file Open project: roxlu/OpenNI Class Usage Examples

Public Methods

Method Description
GetAlternativeViewPointCap ( ) : AlternativeViewPointCapability
GetDataSize ( ) : UInt32
GetFrameID ( ) : UInt32
GetFrameSyncCap ( ) : xn.FrameSyncCapability
GetMirrorCap ( ) : MirrorCapability
GetTimestamp ( ) : System.UInt64
IsDataNew ( ) : bool
IsGenerating ( ) : bool
IsNewDataAvailable ( ) : bool
IsNewDataAvailable ( System.UInt64 &timestamp ) : bool
StartGenerating ( ) : void
StopGenerating ( ) : void
WaitAndUpdateData ( ) : void

Private Methods

Method Description
Generator ( IntPtr pNode, bool addRef ) : System

Method Details

GetAlternativeViewPointCap() public method

public GetAlternativeViewPointCap ( ) : AlternativeViewPointCapability
return AlternativeViewPointCapability

GetDataSize() public method

public GetDataSize ( ) : UInt32
return System.UInt32

GetFrameID() public method

public GetFrameID ( ) : UInt32
return System.UInt32

GetFrameSyncCap() public method

public GetFrameSyncCap ( ) : xn.FrameSyncCapability
return xn.FrameSyncCapability

GetMirrorCap() public method

public GetMirrorCap ( ) : MirrorCapability
return MirrorCapability

GetTimestamp() public method

public GetTimestamp ( ) : System.UInt64
return System.UInt64

IsDataNew() public method

public IsDataNew ( ) : bool
return bool

IsGenerating() public method

public IsGenerating ( ) : bool
return bool

IsNewDataAvailable() public method

public IsNewDataAvailable ( ) : bool
return bool

IsNewDataAvailable() public method

public IsNewDataAvailable ( System.UInt64 &timestamp ) : bool
timestamp System.UInt64
return bool

StartGenerating() public method

public StartGenerating ( ) : void
return void

StopGenerating() public method

public StopGenerating ( ) : void
return void

WaitAndUpdateData() public method

public WaitAndUpdateData ( ) : void
return void