Inheritance diagram for SctData.ScanResult:


Public Member Functions | |
| ScanResult (ResultHeader header, ModuleConfiguration moduleConfig, ScanPoints points) | |
| Creates a ScanResult by referencing the header, module configuration and points. | |
| ScanResult (ScanResult scan) | |
| Copy constructor. | |
| ResultHeader | 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 | |
| ResultHeader | header |
| ModuleConfiguration | moduleConfig |
| ScanPoints | points |
Definition at line 9 of file ScanResult.java.
|
|
Copy constructor.
Definition at line 20 of file ScanResult.java. |
1.3.5