C# Class CURELab.SignLanguage.Debugger.DataManager

add summary here
Inheritance: INotifyPropertyChanged
Show file Open project: huangfuyang/Sign-Language-with-Kinect

Public Methods

Method Description
DataManager ( ) : System
GetCurrentData ( int timestamp ) : ShownData
GetCurrentTimestamp ( int frameNumber ) : int

Protected Methods

Method Description
OnPropertyChanged ( string propertyName ) : void

Private Methods

Method Description
InitializeChartData ( ) : void

Method Details

DataManager() public method

public DataManager ( ) : System
return System

GetCurrentData() public method

public GetCurrentData ( int timestamp ) : ShownData
timestamp int
return ShownData

GetCurrentTimestamp() public method

public GetCurrentTimestamp ( int frameNumber ) : int
frameNumber int
return int

OnPropertyChanged() protected method

protected OnPropertyChanged ( string propertyName ) : void
propertyName string
return void