C# Class BinaryFormatExtensions, vive-holojam

ファイルを表示 Open project: nyu-vr-research/vive-holojam

Public Methods

Method Description
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

Method Details

ReadLine() public static method

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

ReadLineFrame() public static method

public static ReadLineFrame ( this s ) : List>
s this
return List>

ReadLineSet() public static method

public static ReadLineSet ( this reader ) : List
reader this
return List

ReadPoint() public static method

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

Write() public static method

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

Write() public static method

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

WriteLineFrame() public static method

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

WriteLineFrame() public static method

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