C# Class SimLab.SimGrid.Loader.PointSetLoader

Afficher le fichier Open project: bitzhuwei/CSharpGL

Méthodes publiques

Méthode Description
LoadFromFile ( string pathFileName ) : PointGridderSource
LoadFromFile ( string pathFileName, int nx, int ny, int nz ) : PointGridderSource

Méthodes protégées

Méthode Description
DoLoadPointSet ( StreamReader reader ) : PointGridderSource
DoLoadPointSet ( StreamReader reader, int nx, int ny, int nz ) : PointGridderSource

Method Details

DoLoadPointSet() protected static méthode

protected static DoLoadPointSet ( StreamReader reader ) : PointGridderSource
reader System.IO.StreamReader
Résultat SimLab.GridSource.PointGridderSource

DoLoadPointSet() protected static méthode

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

LoadFromFile() public méthode

public LoadFromFile ( string pathFileName ) : PointGridderSource
pathFileName string
Résultat SimLab.GridSource.PointGridderSource

LoadFromFile() public méthode

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