Data Fields

MASK Struct Reference

Data Fields

bool * data
 array of data values stored in row-major order
int nX
 number of rows in xy-plane
int nY
 number of columns in xy-plane
int nT
 number of measurements

Detailed Description

MASK contains a 3D boolean matrix of points to keep and remove from the weights.


Field Documentation

bool* MASK::data

array of data values stored in row-major order

int MASK::nT

number of measurements

int MASK::nX

number of rows in xy-plane

int MASK::nY

number of columns in xy-plane


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines