C# Class HelixWPF.PLYReader

Inheritance: HelixToolkit.Wpf.ModelReader
Exibir arquivo Open project: govert/RobustGeometry.NET Class Usage Examples

Private Properties

Property Type Description
AddFace void
AddVertex void
DoubleParse double
GetIndices IList
IntParse int
Split IList
SplitLine void
TryReadAscii bool

Public Methods

Method Description
PLYReader ( Dispatcher dispatcher = null ) : System
Read ( System s ) : System.Windows.Media.Media3D.Model3DGroup

Private Methods

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

Method Details

PLYReader() public method

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

Read() public method

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