2 #ifndef LVR2_IO_HDF5_VARIANTCHANNELIO_HPP
3 #define LVR2_IO_HDF5_VARIANTCHANNELIO_HPP
53 template<
typename FeatureBase = ConstructType>
57 template<
typename ...Tp>
60 template<
typename ...Tp>
63 template<
typename VariantChannelT>
64 boost::optional<VariantChannelT>
load(std::string groupName, std::string datasetName);
66 template<
typename VariantChannelT>
69 template<
typename VariantChannelT>
70 boost::optional<VariantChannelT>
loadVariantChannel(std::string groupName, std::string datasetName);
74 template<
typename VariantChannelT>
79 template<
typename ...Tp>
81 std::string datasetName,
92 template<
typename BaseIO>
99 using type =
typename deps::template add_features<VariantChannelIO>::type;
105 #include "VariantChannelIO.tcc"
107 #endif // LVR2_IO_HDF5_VARIANTCHANNELIO_HPP