Template Struct FeatureConstruct< lvr2::scanio::HyperspectralCameraIO, T >

Struct Documentation

template<typename T>
struct FeatureConstruct<lvr2::scanio::HyperspectralCameraIO, T>

FeatureConstruct Specialization for HyperspectralCameraIO.

  • Constructs dependencies (HyperspectralPanoramaIO)

  • Sets type variable

Public Types

using dep1 = typename FeatureConstruct<MetaIO, T>::type
using dep2 = typename FeatureConstruct<lvr2::scanio::HyperspectralPanoramaIO, T>::type
using deps = typename dep1::template Merge<dep2>
using type = typename deps::template add_features<lvr2::scanio::HyperspectralCameraIO>::type