HDK
|
Const iterator over an interval. More...
#include <CH_Channel.h>
Public Member Functions | |
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 | |
ConstIntervalIter (const CH_Channel &ch, const UT_SuperIntervalR &range, const bool ascending) | |
Friends | |
class | CH_Channel |
Const iterator over an interval.
Definition at line 1016 of file CH_Channel.h.
|
inline |
Definition at line 1019 of file CH_Channel.h.
|
inlineprotected |
Definition at line 1075 of file CH_Channel.h.
|
inline |
Definition at line 1037 of file CH_Channel.h.
|
inline |
Definition at line 1046 of file CH_Channel.h.
|
inline |
Definition at line 1056 of file CH_Channel.h.
|
inline |
Definition at line 1067 of file CH_Channel.h.
|
inline |
Definition at line 1072 of file CH_Channel.h.
|
inline |
Definition at line 1026 of file CH_Channel.h.
|
inline |
Definition at line 1031 of file CH_Channel.h.
|
inline |
Definition at line 1061 of file CH_Channel.h.
|
friend |
Definition at line 1143 of file CH_Channel.h.