C# Class SynthExport.PointCloud

Afficher le fichier Open project: neonascent/SynthExport-Fork

Méthodes publiques

Méthode Description
ExportAsObj ( string path ) : void
ExportAsPlyAscii ( string path ) : void
ExportAsPlyBinary ( string path ) : void
ExportAsVrml ( string path ) : void
ExportAsX3d ( string path ) : void
LoadBinFile ( Stream stream ) : void
PointCloud ( int coordSystem ) : System
PointCloud ( int coordSystem, int binFileCount ) : System

Method Details

ExportAsObj() public méthode

public ExportAsObj ( string path ) : void
path string
Résultat void

ExportAsPlyAscii() public méthode

public ExportAsPlyAscii ( string path ) : void
path string
Résultat void

ExportAsPlyBinary() public méthode

public ExportAsPlyBinary ( string path ) : void
path string
Résultat void

ExportAsVrml() public méthode

public ExportAsVrml ( string path ) : void
path string
Résultat void

ExportAsX3d() public méthode

public ExportAsX3d ( string path ) : void
path string
Résultat void

LoadBinFile() public méthode

public LoadBinFile ( Stream stream ) : void
stream Stream
Résultat void

PointCloud() public méthode

public PointCloud ( int coordSystem ) : System
coordSystem int
Résultat System

PointCloud() public méthode

public PointCloud ( int coordSystem, int binFileCount ) : System
coordSystem int
binFileCount int
Résultat System