C# 클래스 HelixWPF.PLYReader

상속: HelixToolkit.Wpf.ModelReader
파일 보기 프로젝트 열기: govert/RobustGeometry.NET 1 사용 예제들

Private Properties

프로퍼티 타입 설명
AddFace void
AddVertex void
DoubleParse double
GetIndices IList
IntParse int
Split IList
SplitLine void
TryReadAscii bool

공개 메소드들

메소드 설명
PLYReader ( Dispatcher dispatcher = null ) : System
Read ( System s ) : System.Windows.Media.Media3D.Model3DGroup

비공개 메소드들

메소드 설명
AddFace ( string values, long count ) : void
AddVertex ( string values ) : void

Adds a vertex.

DoubleParse ( string input ) : double
GetIndices ( string input ) : IList
IntParse ( string input ) : int
Split ( string input ) : IList

Splits the specified string using whitespace(input) as separators.

SplitLine ( string line, string &keyword, string &arguments ) : void

Splits a line in keyword and arguments.

TryReadAscii ( StreamReader reader ) : bool

Reads the model in ASCII format from the specified stream.

메소드 상세

PLYReader() 공개 메소드

public PLYReader ( Dispatcher dispatcher = null ) : System
dispatcher System.Windows.Threading.Dispatcher
리턴 System

Read() 공개 메소드

public Read ( System s ) : System.Windows.Media.Media3D.Model3DGroup
s System
리턴 System.Windows.Media.Media3D.Model3DGroup