C# 클래스 CCT.NUI.TestDataCollector.MainViewModel

상속: INotifyPropertyChanged
파일 보기 프로젝트 열기: an83/KinectTouch2 1 사용 예제들

공개 메소드들

메소드 설명
ClearCurrentFrame ( ) : void
MainViewModel ( ClusterDataSourceSettings clusterDataSourceSettings, ShapeDataSourceSettings shapeDataSourceSettings, HandDataSourceSettings handDataSourceSettings ) : System

보호된 메소드들

메소드 설명
OnPropertyChanged ( string property ) : void

비공개 메소드들

메소드 설명
AddFrame ( TestDepthFrame testFrame ) : void
AddHand ( ) : void
AddNewDepthFrame ( DepthDataFrame depthDataFrame ) : void
ChangeOptions ( ) : void
FindId ( ) : string
GetZ ( ) : float
LoadDepthFrame ( string path ) : void
LoadFrames ( ) : void
MarkFingers ( HandDataViewModel handData ) : void
MarkPalmCenter ( HandDataViewModel handData ) : void
RefreshDepthFrame ( ) : void
RemoveFinger ( FingerRoutedEventArgs e ) : void
RemoveFrame ( ) : void
RemoveHand ( HandDataViewModel handData ) : void
SaveCurrentFrame ( ) : void
SelectFrame ( TestDepthFrame depthFrame ) : void
SelectPoint ( ) : void
ToggleLayers ( ) : void
VideoPresenter_NewFrameCaptured ( DepthDataFrame depthDataFrame ) : void

메소드 상세

ClearCurrentFrame() 공개 메소드

public ClearCurrentFrame ( ) : void
리턴 void

MainViewModel() 공개 메소드

public MainViewModel ( ClusterDataSourceSettings clusterDataSourceSettings, ShapeDataSourceSettings shapeDataSourceSettings, HandDataSourceSettings handDataSourceSettings ) : System
clusterDataSourceSettings CCT.NUI.Core.Clustering.ClusterDataSourceSettings
shapeDataSourceSettings CCT.NUI.Core.Shape.ShapeDataSourceSettings
handDataSourceSettings CCT.NUI.HandTracking.HandDataSourceSettings
리턴 System

OnPropertyChanged() 보호된 메소드

protected OnPropertyChanged ( string property ) : void
property string
리턴 void