C# Class MotionRecorder.MotionRecording

ファイルを表示 Open project: omanamos/kinect-nao Class Usage Examples

Public Properties

Property Type Description
points List

Public Methods

Method Description
MotionRecording ( List points, string name ) : System
ToString ( ) : string
getPointFromTimestamp ( long timestamp ) : RecordingPoint
getPointTimestamps ( ) : List
loadFromFile ( string filename ) : MotionRecording
saveToFile ( string filename ) : void

Method Details

MotionRecording() public method

public MotionRecording ( List points, string name ) : System
points List
name string
return System

ToString() public method

public ToString ( ) : string
return string

getPointFromTimestamp() public method

public getPointFromTimestamp ( long timestamp ) : RecordingPoint
timestamp long
return RecordingPoint

getPointTimestamps() public method

public getPointTimestamps ( ) : List
return List

loadFromFile() public static method

public static loadFromFile ( string filename ) : MotionRecording
filename string
return MotionRecording

saveToFile() public method

public saveToFile ( string filename ) : void
filename string
return void

Property Details

points public_oe property

public List points
return List