#include <ScanResult.h>
Inheritance diagram for SctData::ScanResult:
Public Member Functions | |
ScanResult (const ScanHeader &header, const ModuleConfiguration &moduleConfig, const ScanPoints &points) throw () | |
Creates a ScanResult by copying the header and module configuration. | |
ScanResult (const ScanResult ©Me) throw () | |
Copy constructor. | |
virtual | ~ScanResult () throw () |
const ScanHeader & | getHeader () const throw () |
Retrieves the scan-header object. | |
const ModuleConfiguration & | getConfiguration () const throw () |
Returns the module configuration. | |
const ScanPoints & | getPoints () const throw () |
Get the ScanPoints object. | |
Protected Member Functions | |
ScanResult () throw () | |
For IO use only. | |
Protected Attributes | |
const ScanHeader | header |
The ScanHeader that identifies this ScanResult. | |
const ModuleConfiguration | moduleConfig |
The ModuleConfiguration of the module referred to in the header. | |
const ScanPoints | points |
The scan points. | |
Friends | |
class | ScanResultIOHelper |
Definition at line 17 of file ScanResult.h.
|
Creates a ScanResult by copying the header and module configuration.
Definition at line 6 of file ScanResult.cpp. |
|
Copy constructor.
Definition at line 11 of file ScanResult.cpp. |
|
Definition at line 16 of file ScanResult.cpp. |
|
For IO use only.
Definition at line 20 of file ScanResult.cpp. |
|
Returns the module configuration.
Definition at line 35 of file ScanResult.h. Referenced by SctData::IO::ScanResultStreamer::write(). |
|
Retrieves the scan-header object.
Definition at line 32 of file ScanResult.h. Referenced by SctData::IO::ScanResultStreamer::write(). |
|
Get the ScanPoints object.
Definition at line 39 of file ScanResult.h. References points. Referenced by SctData::IO::RawScanResultStreamer::read(), and SctData::IO::ScanResultStreamer::write(). |
|
Definition at line 48 of file ScanResult.h. |
|
The ScanHeader that identifies this ScanResult.
Definition at line 42 of file ScanResult.h. Referenced by SctData::ScanResultIOHelper::getHeader(). |
|
The ModuleConfiguration of the module referred to in the header.
Definition at line 43 of file ScanResult.h. Referenced by SctData::ScanResultIOHelper::getConfiguration(). |
|
The scan points.
Definition at line 44 of file ScanResult.h. Referenced by SctData::ScanResultIOHelper::getPoints(), and getPoints(). |