C# Class CCT.NUI.TestDataCollector.TestDepthFrameRepository

Afficher le fichier Open project: an83/KinectTouch2

Méthodes publiques

Méthode Description
Load ( ) : TestDepthFrame
Load ( string path ) : TestDepthFrame
LoadMany ( ) : IEnumerable
Save ( TestDepthFrame frame ) : void

Method Details

Load() public méthode

public Load ( ) : TestDepthFrame
Résultat TestDepthFrame

Load() public méthode

public Load ( string path ) : TestDepthFrame
path string
Résultat TestDepthFrame

LoadMany() public méthode

public LoadMany ( ) : IEnumerable
Résultat IEnumerable

Save() public méthode

public Save ( TestDepthFrame frame ) : void
frame TestDepthFrame
Résultat void