#include <ChunkIO.hpp>
Public Types | |
using | dep1 = typename FeatureConstruct< ArrayIO, FeatureBase >::type |
using | dep2 = typename FeatureConstruct< MeshIO, FeatureBase >::type |
using | dep3 = typename FeatureConstruct< PointCloudIO, FeatureBase >::type |
using | deps = typename dep1::template Merge< dep2 >::template Merge< dep3 > |
using | type = typename deps::template add_features< ChunkIO >::type |
Define you dependencies here:
Definition at line 69 of file descriptions/ChunkIO.hpp.
using lvr2::FeatureConstruct< ChunkIO, FeatureBase >::dep1 = typename FeatureConstruct<ArrayIO, FeatureBase>::type |
Definition at line 72 of file descriptions/ChunkIO.hpp.
using lvr2::FeatureConstruct< ChunkIO, FeatureBase >::dep2 = typename FeatureConstruct<MeshIO, FeatureBase>::type |
Definition at line 73 of file descriptions/ChunkIO.hpp.
using lvr2::FeatureConstruct< ChunkIO, FeatureBase >::dep3 = typename FeatureConstruct<PointCloudIO, FeatureBase>::type |
Definition at line 74 of file descriptions/ChunkIO.hpp.
using lvr2::FeatureConstruct< ChunkIO, FeatureBase >::deps = typename dep1::template Merge<dep2>::template Merge<dep3> |
Definition at line 75 of file descriptions/ChunkIO.hpp.
using lvr2::FeatureConstruct< ChunkIO, FeatureBase >::type = typename deps::template add_features<ChunkIO>::type |
Definition at line 78 of file descriptions/ChunkIO.hpp.