C# 클래스 BinaryFormatExtensions, vive-holojam

파일 보기 프로젝트 열기: nyu-vr-research/vive-holojam

공개 메소드들

메소드 설명
ReadLine ( this reader ) : makeLine.Line,
ReadLineFrame ( this s ) : List>
ReadLineSet ( this reader ) : List
ReadPoint ( this reader ) : makeLine.Point,
Write ( this writer, List &lframe ) : void
Write ( this writer, makeLine, l ) : void
WriteLineFrame ( this s, List &lframe ) : void
WriteLineFrame ( this s, makeLine, &mlines ) : void

메소드 상세

ReadLine() 공개 정적인 메소드

public static ReadLine ( this reader ) : makeLine.Line,
reader this
리턴 makeLine.Line,

ReadLineFrame() 공개 정적인 메소드

public static ReadLineFrame ( this s ) : List>
s this
리턴 List>

ReadLineSet() 공개 정적인 메소드

public static ReadLineSet ( this reader ) : List
reader this
리턴 List

ReadPoint() 공개 정적인 메소드

public static ReadPoint ( this reader ) : makeLine.Point,
reader this
리턴 makeLine.Point,

Write() 공개 정적인 메소드

public static Write ( this writer, List &lframe ) : void
writer this
lframe List
리턴 void

Write() 공개 정적인 메소드

public static Write ( this writer, makeLine, l ) : void
writer this
l makeLine,
리턴 void

WriteLineFrame() 공개 정적인 메소드

public static WriteLineFrame ( this s, List &lframe ) : void
s this
lframe List
리턴 void

WriteLineFrame() 공개 정적인 메소드

public static WriteLineFrame ( this s, makeLine, &mlines ) : void
s this
mlines makeLine,
리턴 void