3 #ifndef LVR2_IO_HDF5_SCANCAMERAIO_HPP 4 #define LVR2_IO_HDF5_SCANCAMERAIO_HPP 12 namespace hdf5features
15 template <
typename Derived>
35 static constexpr
const char*
ID =
"ScanCameraIO";
36 static constexpr
const char*
OBJID =
"ScanCamera";
48 template <
typename Derived>
56 using type =
typename deps::template add_features<hdf5features::ScanCameraIO>::type;
61 #include "ScanCameraIO.tcc" 63 #endif // LVR2_IO_HDF5_SCANCAMERAIO_HPP ScanCameraPtr load(uint scanPos, uint camNr)
typename Hdf5Construct< hdf5features::ScanImageIO, Derived >::type deps
ScanImageIO< Derived > * m_scanImageIO
std::shared_ptr< ScanCamera > ScanCameraPtr
Helper class how to construct a IO feature with its dependencies.
static constexpr const char * ID
bool isScanCamera(HighFive::Group &group)
void save(uint scanPos, uint camNr, const ScanCameraPtr &buffer)
typename deps::template add_features< hdf5features::ScanCameraIO >::type type
typename Derived::template add_features< Feature >::type type
static constexpr const char * OBJID