3 #ifndef LVR2_IO_HDF5_SCANIMAGEIO_HPP 4 #define LVR2_IO_HDF5_SCANIMAGEIO_HPP 13 template <
typename FeatureBase>
29 static constexpr
const char*
ID =
"ScanImageIO";
30 static constexpr
const char*
OBJID =
"ScanImage";
40 template <
typename FeatureBase>
46 using deps =
typename dep1::template Merge<dep2>;
49 using type =
typename deps::template add_features<ScanImageIO>::type;
54 #include "ScanImageIO.tcc" 56 #endif // LVR2_IO_HDF5_SCANIMAGEIO_HPP Manager Class for all FeatureBase components located in hdf5 directory.
Helper class how to construct a IO feature with its dependencies.
typename deps::template add_features< ScanImageIO >::type type
typename dep1::template Merge< dep2 > deps
typename FeatureConstruct< ImageIO, FeatureBase >::type dep1
static constexpr const char * OBJID
ScanImagePtr loadScanImage(const size_t &scanPos, const size_t &camNr, const size_t &imgNr)
typename Derived::template add_features< Feature >::type type
static constexpr const char * ID
FeatureBase * m_featureBase
void saveScanImage(const size_t &scanPos, const size_t &camNr, const size_t &imgNr, ScanImagePtr &buffer)
std::shared_ptr< ScanImage > ScanImagePtr
MatrixIO< FeatureBase > * m_matrixIO
typename FeatureConstruct< MatrixIO, FeatureBase >::type dep2
ImageIO< FeatureBase > * m_imageIO