C# Class CCT.NUI.TestDataCollector.TestDepthFrameRepository

Show file Open project: an83/KinectTouch2

Public Methods

Method Description
Load ( ) : TestDepthFrame
Load ( string path ) : TestDepthFrame
LoadMany ( ) : IEnumerable
Save ( TestDepthFrame frame ) : void

Method Details

Load() public method

public Load ( ) : TestDepthFrame
return TestDepthFrame

Load() public method

public Load ( string path ) : TestDepthFrame
path string
return TestDepthFrame

LoadMany() public method

public LoadMany ( ) : IEnumerable
return IEnumerable

Save() public method

public Save ( TestDepthFrame frame ) : void
frame TestDepthFrame
return void