C# 클래스 SynthExport.PointCloud

파일 보기 프로젝트 열기: neonascent/SynthExport-Fork

공개 메소드들

메소드 설명
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

메소드 상세

ExportAsObj() 공개 메소드

public ExportAsObj ( string path ) : void
path string
리턴 void

ExportAsPlyAscii() 공개 메소드

public ExportAsPlyAscii ( string path ) : void
path string
리턴 void

ExportAsPlyBinary() 공개 메소드

public ExportAsPlyBinary ( string path ) : void
path string
리턴 void

ExportAsVrml() 공개 메소드

public ExportAsVrml ( string path ) : void
path string
리턴 void

ExportAsX3d() 공개 메소드

public ExportAsX3d ( string path ) : void
path string
리턴 void

LoadBinFile() 공개 메소드

public LoadBinFile ( Stream stream ) : void
stream Stream
리턴 void

PointCloud() 공개 메소드

public PointCloud ( int coordSystem ) : System
coordSystem int
리턴 System

PointCloud() 공개 메소드

public PointCloud ( int coordSystem, int binFileCount ) : System
coordSystem int
binFileCount int
리턴 System