C# 클래스 Kinect.Core.Gestures.GestureFactory

파일 보기 프로젝트 열기: atosorigin/Kinect

공개 메소드들

메소드 설명
AddAccelerationGesture ( this user ) : AccelerationGesture
AddSelfTouchGesture ( this user, System.Windows.Media.Media3D.Point3D correction ) : SelfTouchGesture
AddSelfTouchGestures ( this user ) : List
AddSemaphoreTouchGesture ( this user ) : SemaphoreGesture
RemoveGesture ( this user, GestureBase gesture ) : void

비공개 메소드들

메소드 설명
AreJointsMatching ( System.Xml.Linq.XElement pointsToCheck ) : bool
ContainsPipe ( this publisher, GestureBase gesture ) : bool
GetFilters ( System.Xml.Linq.XElement filters ) : List>
GetJoints ( System.Xml.Linq.XElement pointsToCheck ) : List
GetParentFilter ( this publisher, GestureBase gesture ) : Filter
GetStandardSelfTouchFilters ( JointID joints ) : List>
SafeFloatParse ( System.Xml.Linq.XAttribute attribute ) : float

메소드 상세

AddAccelerationGesture() 공개 정적인 메소드

public static AddAccelerationGesture ( this user ) : AccelerationGesture
user this
리턴 AccelerationGesture

AddSelfTouchGesture() 공개 정적인 메소드

public static AddSelfTouchGesture ( this user, System.Windows.Media.Media3D.Point3D correction ) : SelfTouchGesture
user this
correction System.Windows.Media.Media3D.Point3D
리턴 SelfTouchGesture

AddSelfTouchGestures() 공개 정적인 메소드

public static AddSelfTouchGestures ( this user ) : List
user this
리턴 List

AddSemaphoreTouchGesture() 공개 정적인 메소드

public static AddSemaphoreTouchGesture ( this user ) : SemaphoreGesture
user this
리턴 SemaphoreGesture

RemoveGesture() 공개 정적인 메소드

public static RemoveGesture ( this user, GestureBase gesture ) : void
user this
gesture GestureBase
리턴 void