3 #include "combined/model/member.h" 5 #include "core/attenuator/hrtf.h" 6 #include "core/serialize/attenuators.h" 18 void set_channel(core::attenuator::hrtf::channel channel);
22 template <
typename Archive>
23 void serialize(Archive& archive) {
27 NOTIFYING_COPY_ASSIGN_DECLARATION(
hrtf)
29 void swap(
hrtf& other) noexcept {
31 swap(hrtf_, other.hrtf_);
37 bool operator==(
const hrtf& a,
const hrtf& b);
38 bool operator!=(
const hrtf& a,
const hrtf& b);
Definition: capsule_base.h:9
Invariant: pointing_ is a unit vector.
Definition: orientation.h:15