Trax3 3.1.0
trax track library
Loading...
Searching...
No Matches
trax::TrackRange Struct Reference

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
Parameters
idtrack id
near_near value of interval
far_far value of interval
intervalInterval
 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< Lengthrange
 range on track.
IDType refid
 ID of track.

Detailed Description

An interval on a track, referenced by an id.


The documentation for this struct was generated from the following file: