Inheritance diagram for SctData.ScanResult:
Public Member Functions | |
ScanResult (ScanHeader header, ModuleConfiguration moduleConfig, ScanPoints points) | |
Creates a ScanResult by referencing the header, module configuration and points. | |
ScanResult (ScanResult scan) | |
Copy constructor. | |
ScanHeader | getHeader () |
ModuleConfiguration | getConfiguration () |
ScanPoints | getPoints () |
void | write (OStream s, ObjectManager o) throws java.io.IOException |
Protected Member Functions | |
void | _read (IStream s, ObjectManager o) throws java.io.IOException |
ScanResult (IStream s, ObjectManager o) throws java.io.IOException | |
For I/O use only. | |
Protected Attributes | |
ScanHeader | header |
ModuleConfiguration | moduleConfig |
ScanPoints | points |
|
Copy constructor.
|