M3_SparsePixelMatrixEl Struct Reference

Sparse pixel-pixel matrix element. More...

#include <M3.h>


Data Fields

int32_t rowClass
int32_t rowPixel
double value


Detailed Description

Sparse pixel-pixel matrix element.

This structure is one of three that make up a sparse pixel-pixel matrix. This is the structure that holds the value of one non-zero element, and it also specifies which row this non-zero element belongs to.

Definition at line 368 of file M3.h.


Field Documentation

int32_t M3_SparsePixelMatrixEl::rowClass

The index associated with the pixel class that the row belongs to.

Definition at line 371 of file M3.h.

int32_t M3_SparsePixelMatrixEl::rowPixel

The pixel index within the pixel class of the row element.

Definition at line 373 of file M3.h.

double M3_SparsePixelMatrixEl::value

The value of the non-zero element in the matrix represented by the structure.

Definition at line 375 of file M3.h.


The documentation for this struct was generated from the following file:
Generated on Mon Nov 24 10:05:12 2008 for M3 by  doxygen 1.5.3-20071008