C# 클래스 MotionRecorder.MotionRecording

파일 보기 프로젝트 열기: omanamos/kinect-nao 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
points List

공개 메소드들

메소드 설명
MotionRecording ( List points, string name ) : System
ToString ( ) : string
getPointFromTimestamp ( long timestamp ) : RecordingPoint
getPointTimestamps ( ) : List
loadFromFile ( string filename ) : MotionRecording
saveToFile ( string filename ) : void

메소드 상세

MotionRecording() 공개 메소드

public MotionRecording ( List points, string name ) : System
points List
name string
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

getPointFromTimestamp() 공개 메소드

public getPointFromTimestamp ( long timestamp ) : RecordingPoint
timestamp long
리턴 RecordingPoint

getPointTimestamps() 공개 메소드

public getPointTimestamps ( ) : List
리턴 List

loadFromFile() 공개 정적인 메소드

public static loadFromFile ( string filename ) : MotionRecording
filename string
리턴 MotionRecording

saveToFile() 공개 메소드

public saveToFile ( string filename ) : void
filename string
리턴 void

프로퍼티 상세

points 공개적으로 프로퍼티

public List points
리턴 List