C# 클래스 xn.Query

상속: ObjectWrapper
파일 보기 프로젝트 열기: roxlu/OpenNI 1 사용 예제들

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
FreeObject ( IntPtr ptr ) : void

비공개 메소드들

메소드 설명
Query ( IntPtr pQuery ) : System

메소드 상세

AddNeededNode() 공개 메소드

public AddNeededNode ( string nodeName ) : void
nodeName string
리턴 void

AddSupportedCapability() 공개 메소드

public AddSupportedCapability ( string capName ) : void
capName string
리턴 void

AddSupportedMapOutputMode() 공개 메소드

public AddSupportedMapOutputMode ( MapOutputMode mode ) : void
mode MapOutputMode
리턴 void

FilterList() 공개 메소드

public FilterList ( Context context, NodeInfoList list ) : void
context Context
list NodeInfoList
리턴 void

FreeObject() 보호된 메소드

protected FreeObject ( IntPtr ptr ) : void
ptr System.IntPtr
리턴 void

FromNative() 공개 정적인 메소드

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

SetCreationInfo() 공개 메소드

public SetCreationInfo ( string creationInfo ) : void
creationInfo string
리턴 void

SetExistingNodeOnly() 공개 메소드

public SetExistingNodeOnly ( bool existing ) : void
existing bool
리턴 void

SetMaxVersion() 공개 메소드

public SetMaxVersion ( Version max ) : void
max Version
리턴 void

SetMinVersion() 공개 메소드

public SetMinVersion ( Version min ) : void
min Version
리턴 void

SetName() 공개 메소드

public SetName ( string name ) : void
name string
리턴 void

SetSupportedMinUserPositions() 공개 메소드

public SetSupportedMinUserPositions ( uint count ) : void
count uint
리턴 void

SetVendor() 공개 메소드

public SetVendor ( string vendorName ) : void
vendorName string
리턴 void