C# Class SimLab.SimGrid.Loader.PointSetLoader

Exibir arquivo Open project: bitzhuwei/CSharpGL

Public Methods

Method Description
LoadFromFile ( string pathFileName ) : PointGridderSource
LoadFromFile ( string pathFileName, int nx, int ny, int nz ) : PointGridderSource

Protected Methods

Method Description
DoLoadPointSet ( StreamReader reader ) : PointGridderSource
DoLoadPointSet ( StreamReader reader, int nx, int ny, int nz ) : PointGridderSource

Method Details

DoLoadPointSet() protected static method

protected static DoLoadPointSet ( StreamReader reader ) : PointGridderSource
reader System.IO.StreamReader
return SimLab.GridSource.PointGridderSource

DoLoadPointSet() protected static method

protected static DoLoadPointSet ( StreamReader reader, int nx, int ny, int nz ) : PointGridderSource
reader System.IO.StreamReader
nx int
ny int
nz int
return SimLab.GridSource.PointGridderSource

LoadFromFile() public method

public LoadFromFile ( string pathFileName ) : PointGridderSource
pathFileName string
return SimLab.GridSource.PointGridderSource

LoadFromFile() public method

public LoadFromFile ( string pathFileName, int nx, int ny, int nz ) : PointGridderSource
pathFileName string
nx int
ny int
nz int
return SimLab.GridSource.PointGridderSource