C# 클래스 Isosurface.RawModel

파일 보기 프로젝트 열기: Lin20/isosurface 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Bytes int
Filename string
Flip bool
Height int
IsoLevel float
Length int
Mrc bool
Width int

공개 메소드들

메소드 설명
RawModel ( string filename, int width, int height, int length, float isolevel, bool flip = true, int bytes = 1 ) : System

메소드 상세

RawModel() 공개 메소드

public RawModel ( string filename, int width, int height, int length, float isolevel, bool flip = true, int bytes = 1 ) : System
filename string
width int
height int
length int
isolevel float
flip bool
bytes int
리턴 System

프로퍼티 상세

Bytes 공개적으로 프로퍼티

public int Bytes
리턴 int

Filename 공개적으로 프로퍼티

public string Filename
리턴 string

Flip 공개적으로 프로퍼티

public bool Flip
리턴 bool

Height 공개적으로 프로퍼티

public int Height
리턴 int

IsoLevel 공개적으로 프로퍼티

public float IsoLevel
리턴 float

Length 공개적으로 프로퍼티

public int Length
리턴 int

Mrc 공개적으로 프로퍼티

public bool Mrc
리턴 bool

Width 공개적으로 프로퍼티

public int Width
리턴 int