C# Class LibNoise.Writer.Heightmap8RawWriter

Heightmap writer class, raw format.
Inheritance: AbstractWriter
Show file Open project: everbytes/LibNoise

Protected Properties

Property Type Description
_heightmap Heightmap8

Public Methods

Method Description
WriteFile ( ) : void

Writes the contents of the heightmap into the file. @throw IOException An I/O exception occurred. Possibly the file could not be written.

Method Details

WriteFile() public method

Writes the contents of the heightmap into the file. @throw IOException An I/O exception occurred. Possibly the file could not be written.
public WriteFile ( ) : void
return void

Property Details

_heightmap protected property

The heightmap to write
protected Heightmap8 _heightmap
return Heightmap8