![]() |
Trax3 3.1.0
trax track library
|
An interval on a track, referenced by an id. More...
#include <C:/Trend/Development/Trax3/Code/trax/TrackLocation.h>
Public Member Functions | |||||||||
| bool | operator== (const TrackRange &tr) const noexcept | ||||||||
| bool | operator!= (const TrackRange &tr) const noexcept | ||||||||
Construction | |||||||||
| |||||||||
| TrackRange (IDType id) noexcept | |||||||||
| TrackRange (IDType id, trax::Length near_, trax::Length far_) noexcept | |||||||||
| TrackRange (const common::Interval< trax::Length > &interval) noexcept | |||||||||
Public Attributes | |
| common::Interval< Length > | range |
| range on track. | |
| IDType | refid |
| ID of track. | |
An interval on a track, referenced by an id.