|  | 
| enum | channel { left, 
right
 } | 
|  | 
| using | orientation_t = class orientation | 
|  | 
|  | 
|  | hrtf (const orientation_t &o=orientation_t(), channel channel=channel::left, float radius=0.1f) | 
|  | 
| void | set_channel (channel channel) | 
|  | 
| channel | get_channel () const | 
|  | 
| void | set_radius (float radius) | 
|  | 
| float | get_radius () const | 
|  | 
| template<typename Archive > | 
| void | serialize (Archive &) | 
|  | 
|  | 
| orientation_t | orientation | 
|  | 
The documentation for this class was generated from the following files:
- src/core/include/core/attenuator/hrtf.h
- src/core/include/core/serialize/attenuators.h
- src/core/src/attenuator/hrtf.cpp