HDK
|
Iterator over an interval. More...
#include <CH_Channel.h>
Public Member Functions | |
IntervalIter () | |
CH_Segment & | segment () const |
IntervalIter & | operator++ () |
IntervalIter & | operator-- () |
Public Member Functions inherited from CH_Channel::ConstIntervalIter | |
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) | |
Protected Member Functions inherited from CH_Channel::ConstIntervalIter | |
ConstIntervalIter (const CH_Channel &ch, const UT_SuperIntervalR &range, const bool ascending) | |
Friends | |
class | CH_Channel |
Iterator over an interval.
Definition at line 1147 of file CH_Channel.h.
|
inline |
Definition at line 1150 of file CH_Channel.h.
|
inlineprotected |
Definition at line 1172 of file CH_Channel.h.
|
inline |
Definition at line 1160 of file CH_Channel.h.
|
inline |
Definition at line 1165 of file CH_Channel.h.
|
inline |
Definition at line 1155 of file CH_Channel.h.
|
friend |
Definition at line 1180 of file CH_Channel.h.