OSSIA
Open Scenario System for Interactive Application
Loading...
Searching...
No Matches
array_domain.hpp
1
#pragma once
2
#include <
ossia/network/domain/domain_base.hpp
>
3
namespace
ossia
4
{
5
9
struct
list_clamp
10
{
11
const
vector_domain&
domain
;
12
13
ossia::value
operator()(
bounding_mode
b,
const
std::vector<ossia::value>& val)
const
;
14
ossia::value
operator()(
bounding_mode
b, std::vector<ossia::value>&& val)
const
;
15
// TODO numeric_list_clamp that will be used instead
16
// of the loops in domain_clamp_visitor
17
};
18
19
template
<std::
size_t
N>
20
struct
vec_clamp
21
{
22
const
vecf_domain<N>&
domain
;
23
24
ossia::value
operator()(
bounding_mode
b, std::array<float, N> val)
const
;
25
};
26
}
ossia::value
The value class.
Definition
value.hpp:173
domain_base.hpp
ossia
Definition
git_info.h:7
ossia::bounding_mode
bounding_mode
Address behaviors at crossing domain boundaries.
Definition
parameter_properties.hpp:56
ossia::domain
domain A domain of values
Definition
domain_base.hpp:23
ossia::list_clamp
Definition
array_domain.hpp:10
src
ossia
network
domain
detail
array_domain.hpp
Generated on Mon Mar 31 2025 23:58:28 for OSSIA by
1.9.8