WXP C++ Library Version 6.74.9
|
This struct stores NIDS run length encoding block header information. More...
#include "../include/NidsRun.h"
Public Member Functions | |
int | print () |
Public Attributes | |
int | run |
int | ival |
float | val |
This struct stores NIDS run length encoding block header information.
int WXP::NidsRun::ival |
The integral value from NIDS file
Referenced by print(), and WXP::NidsFile::readRun().
int WXP::NidsRun::run |
The number of datapoints in run
Referenced by print(), WXP::NidsFile::readRun(), and WXP::NidsImage::setImage().
float WXP::NidsRun::val |
The derived value (from threshold)
Referenced by print(), WXP::NidsFile::readRun(), and WXP::NidsImage::setImage().