Banuba SDK
Loading...
Searching...
No Matches
transformed_mask_float.hpp
Go to the documentation of this file.
1/// \file
2/// \addtogroup Types
3/// @{
4///
5// AUTOGENERATED FILE - DO NOT MODIFY!
6// This file was generated by Djinni from types.djinni
7
8#pragma once
9
11#include <utility>
12#include <vector>
13
14namespace bnb { namespace interfaces {
15
18 std::vector<float> mask;
19
21 std::vector<float> mask_)
22 : meta(std::move(meta_))
23 , mask(std::move(mask_))
24 {}
25};
26
27} } // namespace bnb::interfaces
28/// @}
29