UltraScan III
List of all members | Public Attributes
US_DataIO::EditedPoint Class Reference

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...
 

Detailed Description

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.

Member Data Documentation

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.


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