Header.
More...
Go to the source code of this file.
|
|
template<typename F > |
| void | osvr::vbtracker::forEachBody (TrackingSystem &sys, F &&f) |
| | For each body in a tracking system.
|
| |
|
template<typename F > |
| void | osvr::vbtracker::forEachBody (TrackingSystem const &sys, F &&f) |
| | For each body in a tracking system - const overload.
|
| |
| template<typename F > |
| void | osvr::vbtracker::forEachTarget (TrackedBody &body, F &&f) |
| |
| template<typename F > |
| void | osvr::vbtracker::forEachTarget (TrackedBody const &body, F &&f) |
| |
|
template<typename F > |
| void | osvr::vbtracker::forEachTarget (TrackingSystem &sys, F &&f) |
| | For each target in a tracking system.
|
| |
|
template<typename F > |
| void | osvr::vbtracker::forEachTarget (TrackingSystem const &sys, F &&f) |
| | For each target in a tracking system - const overload.
|
| |
|
template<typename F > |
| void | osvr::vbtracker::forEachIMU (TrackingSystem &sys, F &&f) |
| | For each IMU in a tracking system.
|
| |
|
template<typename F > |
| void | osvr::vbtracker::forEachIMU (TrackingSystem const &sys, F &&f) |
| | For each IMU in a tracking system - const overload.
|
| |
Header.
- Date
- 2016
- Author
- Sensics, Inc. http://sensics.com/osvr
Definition in file ForEachTracked.h.