Changes made to a scan value. More...
#include "us_dataIO.h"
Public Attributes | |
int | scan |
The index of the scan. More... | |
int | radius |
The radius index of the value to be changed. More... | |
double | value |
The new value. More... | |
Changes made to a scan value.
Holds changes made to a scan value. Created by the data editor and applied when Reading data for analysis.
Definition at line 128 of file us_dataIO.h.
int US_DataIO::EditedPoint::radius |
The radius index of the value to be changed.
Definition at line 132 of file us_dataIO.h.
int US_DataIO::EditedPoint::scan |
The index of the scan.
Definition at line 131 of file us_dataIO.h.
double US_DataIO::EditedPoint::value |
The new value.
Definition at line 133 of file us_dataIO.h.