OSSIA
Open Scenario System for Interactive Application
Loading...
Searching...
No Matches
numeric_domain.hpp
1
#pragma once
2
#include <
ossia/detail/math.hpp
>
3
#include <
ossia/network/domain/domain_base.hpp
>
4
5
namespace
ossia
6
{
7
8
template
<
typename
T>
9
struct
domain_base;
10
11
template
<
typename
Domain>
12
struct
numeric_clamp
13
{
14
const
Domain& domain;
15
16
template
<
typename
U>
17
ossia::value
operator()(
bounding_mode
b, U&& val)
const
;
18
22
template
<std::
size_t
N>
23
ossia::value
operator()(
bounding_mode
b, std::array<float, N> val)
const
;
24
};
25
}
ossia::value
The value class.
Definition
value.hpp:173
domain_base.hpp
math.hpp
ossia
Definition
git_info.h:7
ossia::bounding_mode
bounding_mode
Address behaviors at crossing domain boundaries.
Definition
parameter_properties.hpp:56
src
ossia
network
domain
detail
numeric_domain.hpp
Generated on Mon Mar 31 2025 23:58:28 for OSSIA by
1.9.8