Hdf5IO Feature for handling ScanProject related IO. More...
#include <ScanProjectIO.hpp>
Public Member Functions | |
| ScanProjectPtr | load () |
| ScanProjectPtr | loadScanProject () |
| void | save (const ScanProjectPtr &scanProjectPtr) |
Protected Attributes | |
| Derived * | m_file_access = static_cast<Derived*>(this) |
| ScanPositionIO< Derived > * | m_scanPositionIO |
Hdf5IO Feature for handling ScanProject related IO.
This Feature of the Hdf5IO handles the IO of a ScanProject object.
Example:
Generates attributes at hdf5 group:
Dependencies:
This Feature of the Hdf5IO handles the IO of a ScanProject object.
Example:
Generates attributes at hdf5 group:
Dependencies:
Definition at line 52 of file hdf5/ScanProjectIO.hpp.
| ScanProjectPtr lvr2::hdf5features::ScanProjectIO< Derived >::load | ( | ) |
| ScanProjectPtr lvr2::hdf5features::ScanProjectIO< Derived >::loadScanProject | ( | ) |
| void lvr2::hdf5features::ScanProjectIO< Derived >::save | ( | const ScanProjectPtr & | scanProjectPtr | ) |
|
protected |
Definition at line 62 of file hdf5/ScanProjectIO.hpp.
|
protected |
Definition at line 64 of file hdf5/ScanProjectIO.hpp.