Template Struct FeatureConstruct< ChunkIO, T >

Struct Documentation

template<typename T>
struct FeatureConstruct<ChunkIO, T>

Define you dependencies here:

Public Types

using dep1 = typename FeatureConstruct<lvr2::baseio::ArrayIO, T>::type
using dep2 = typename FeatureConstruct<lvr2::meshio::MeshIO, T>::type
using dep3 = typename FeatureConstruct<lvr2::scanio::PointCloudIO, T>::type
using deps = typename dep1::template Merge<dep2>::template Merge<dep3>
using type = typename deps::template add_features<ChunkIO>::type