HDK
|
Iterator over an interval. More...
#include <CH_Channel.h>
Public Member Functions | |
IntervalIter () | |
CH_Segment & | segment () const |
IntervalIter & | operator++ () |
IntervalIter & | operator-- () |
![]() | |
ConstIntervalIter () | |
ConstIntervalIter & | operator++ () |
ConstIntervalIter & | operator-- () |
bool | atEnd () const |
bool | atPre () const |
unsigned | index () const |
const CH_Segment & | segment () const |
fpreal | localTime () const |
fpreal | operator* () const |
Protected Member Functions | |
IntervalIter (const CH_Channel &ch, const UT_SuperIntervalR &range, bool reverse) | |
![]() | |
ConstIntervalIter (const CH_Channel &ch, const UT_SuperIntervalR &range, const bool ascending) | |
Friends | |
class | CH_Channel |
Iterator over an interval.
Definition at line 1099 of file CH_Channel.h.
|
inline |
Definition at line 1102 of file CH_Channel.h.
|
inlineprotected |
Definition at line 1124 of file CH_Channel.h.
|
inline |
Definition at line 1112 of file CH_Channel.h.
|
inline |
Definition at line 1117 of file CH_Channel.h.
|
inline |
Definition at line 1107 of file CH_Channel.h.
|
friend |
Definition at line 1132 of file CH_Channel.h.