C# Class xn.Query

Inheritance: ObjectWrapper
Afficher le fichier Open project: roxlu/OpenNI Class Usage Examples

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
FreeObject ( IntPtr ptr ) : void

Private Methods

Méthode Description
Query ( IntPtr pQuery ) : System

Method Details

AddNeededNode() public méthode

public AddNeededNode ( string nodeName ) : void
nodeName string
Résultat void

AddSupportedCapability() public méthode

public AddSupportedCapability ( string capName ) : void
capName string
Résultat void

AddSupportedMapOutputMode() public méthode

public AddSupportedMapOutputMode ( MapOutputMode mode ) : void
mode MapOutputMode
Résultat void

FilterList() public méthode

public FilterList ( Context context, NodeInfoList list ) : void
context Context
list NodeInfoList
Résultat void

FreeObject() protected méthode

protected FreeObject ( IntPtr ptr ) : void
ptr System.IntPtr
Résultat void

FromNative() public static méthode

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

SetCreationInfo() public méthode

public SetCreationInfo ( string creationInfo ) : void
creationInfo string
Résultat void

SetExistingNodeOnly() public méthode

public SetExistingNodeOnly ( bool existing ) : void
existing bool
Résultat void

SetMaxVersion() public méthode

public SetMaxVersion ( Version max ) : void
max Version
Résultat void

SetMinVersion() public méthode

public SetMinVersion ( Version min ) : void
min Version
Résultat void

SetName() public méthode

public SetName ( string name ) : void
name string
Résultat void

SetSupportedMinUserPositions() public méthode

public SetSupportedMinUserPositions ( uint count ) : void
count uint
Résultat void

SetVendor() public méthode

public SetVendor ( string vendorName ) : void
vendorName string
Résultat void