C# Class xn.Query

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

Public Methods

Method Description
AddNeededNode ( string nodeName ) : void
AddSupportedCapability ( string capName ) : void
AddSupportedMapOutputMode ( MapOutputMode mode ) : void
FilterList ( Context context, NodeInfoList list ) : void
FromNative ( IntPtr pQuery ) : Query

Creates a managed Query object to wrap a native one.

SetCreationInfo ( string creationInfo ) : void
SetExistingNodeOnly ( bool existing ) : void
SetMaxVersion ( Version max ) : void
SetMinVersion ( Version min ) : void
SetName ( string name ) : void
SetSupportedMinUserPositions ( uint count ) : void
SetVendor ( string vendorName ) : void

Protected Methods

Method Description
FreeObject ( IntPtr ptr ) : void

Private Methods

Method Description
Query ( IntPtr pQuery ) : System

Method Details

AddNeededNode() public method

public AddNeededNode ( string nodeName ) : void
nodeName string
return void

AddSupportedCapability() public method

public AddSupportedCapability ( string capName ) : void
capName string
return void

AddSupportedMapOutputMode() public method

public AddSupportedMapOutputMode ( MapOutputMode mode ) : void
mode MapOutputMode
return void

FilterList() public method

public FilterList ( Context context, NodeInfoList list ) : void
context Context
list NodeInfoList
return void

FreeObject() protected method

protected FreeObject ( IntPtr ptr ) : void
ptr System.IntPtr
return void

FromNative() public static method

Creates a managed Query object to wrap a native one.
public static FromNative ( IntPtr pQuery ) : Query
pQuery System.IntPtr The native query pointer
return Query

SetCreationInfo() public method

public SetCreationInfo ( string creationInfo ) : void
creationInfo string
return void

SetExistingNodeOnly() public method

public SetExistingNodeOnly ( bool existing ) : void
existing bool
return void

SetMaxVersion() public method

public SetMaxVersion ( Version max ) : void
max Version
return void

SetMinVersion() public method

public SetMinVersion ( Version min ) : void
min Version
return void

SetName() public method

public SetName ( string name ) : void
name string
return void

SetSupportedMinUserPositions() public method

public SetSupportedMinUserPositions ( uint count ) : void
count uint
return void

SetVendor() public method

public SetVendor ( string vendorName ) : void
vendorName string
return void