C# Class Isosurface.RawModel

ファイルを表示 Open project: Lin20/isosurface Class Usage Examples

Public Properties

Property Type Description
Bytes int
Filename string
Flip bool
Height int
IsoLevel float
Length int
Mrc bool
Width int

Public Methods

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

Method Details

RawModel() public method

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
return System

Property Details

Bytes public_oe property

public int Bytes
return int

Filename public_oe property

public string Filename
return string

Flip public_oe property

public bool Flip
return bool

Height public_oe property

public int Height
return int

IsoLevel public_oe property

public float IsoLevel
return float

Length public_oe property

public int Length
return int

Mrc public_oe property

public bool Mrc
return bool

Width public_oe property

public int Width
return int