Public Member Functions | Properties | List of all members
Mask Class Reference

Basic implementation of the IMask interface. Describes the geometry of an interactor in detail (when needed). More...

Inheritance diagram for Mask:
IMask IChecksummable

Public Member Functions

 Mask (int columnCount, int rowCount, byte[] data)
 Initializes a new instance of Mask with all data needed. More...
 

Properties

int ColumnCount [get]
 Gets the number of columns. More...
 
int RowCount [get]
 Gets the number of rows. More...
 
byte [] Data [get]
 Gets the mask data as an array of bytes. More...
 
- Properties inherited from IMask
int ColumnCount [get]
 Gets the number of columns. More...
 
int RowCount [get]
 Gets the number of rows. More...
 
byte [] Data [get]
 Gets the mask data as an array of bytes. More...
 

Detailed Description

Basic implementation of the IMask interface. Describes the geometry of an interactor in detail (when needed).

Constructor & Destructor Documentation

◆ Mask()

Mask ( int  columnCount,
int  rowCount,
byte []  data 
)
inline

Initializes a new instance of Mask with all data needed.

Parameters
columnCountThe number of columns.
rowCountThe number of rows.
dataThe mask data as an array of bytes, corresponding to a matrix of size columns x rows.

Property Documentation

◆ ColumnCount

int ColumnCount
get

Gets the number of columns.

◆ RowCount

int RowCount
get

Gets the number of rows.

◆ Data

byte [] Data
get

Gets the mask data as an array of bytes.


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