Unplugged Viz
High-performance scientific visualization isn't just for the workstation anymore
Durwella.Unplugged.Viz.RawDataArray Class Reference

Represents a raw away of data as a 1-dimensional array. Can be used in place of a 2D array as input for a ColorMappedImageView for improved performance. More...

Properties

Array Data [get, set]
 The 1-dimensional array of data. More...
 
int Height [get, set]
 The height of the 2D array represented by Data. More...
 
int Width [get, set]
 The width of the 2D array represented by Data. More...
 
Type DataType [get, set]
 The type of data stored in Data. More...
 

Detailed Description

Represents a raw away of data as a 1-dimensional array. Can be used in place of a 2D array as input for a ColorMappedImageView for improved performance.

Inherits IEnumerable.

Property Documentation

Array Durwella.Unplugged.Viz.RawDataArray.Data
getset

The 1-dimensional array of data.

Type Durwella.Unplugged.Viz.RawDataArray.DataType
getset

The type of data stored in Data.

int Durwella.Unplugged.Viz.RawDataArray.Height
getset

The height of the 2D array represented by Data.

int Durwella.Unplugged.Viz.RawDataArray.Width
getset

The width of the 2D array represented by Data.


The documentation for this class was generated from the following file: