C# Class Isosurface.RawModel

Show file 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 property

public int Bytes
return int

Filename public property

public string Filename
return string

Flip public property

public bool Flip
return bool

Height public property

public int Height
return int

IsoLevel public property

public float IsoLevel
return float

Length public property

public int Length
return int

Mrc public property

public bool Mrc
return bool

Width public property

public int Width
return int