C# 클래스 ArtofKinect.Common.PointCloudStreamDescription

파일 보기 프로젝트 열기: JoshBlake/ArtOfKinectRecorder 1 사용 예제들

Private Properties

프로퍼티 타입 설명
Load PointCloudStreamDescription

공개 메소드들

메소드 설명
Load ( string filename ) : PointCloudStreamDescription
Save ( Stream stream, PointCloudStreamDescription desc ) : void
Save ( string filename, PointCloudStreamDescription desc ) : void

비공개 메소드들

메소드 설명
Load ( Stream stream ) : PointCloudStreamDescription

메소드 상세

Load() 공개 정적인 메소드

public static Load ( string filename ) : PointCloudStreamDescription
filename string
리턴 PointCloudStreamDescription

Save() 공개 정적인 메소드

public static Save ( Stream stream, PointCloudStreamDescription desc ) : void
stream Stream
desc PointCloudStreamDescription
리턴 void

Save() 공개 정적인 메소드

public static Save ( string filename, PointCloudStreamDescription desc ) : void
filename string
desc PointCloudStreamDescription
리턴 void