kwave
18.07.70
|
#include <Stripe.h>
Public Member Functions | |
List () | |
List (sample_index_t left, sample_index_t right) | |
virtual | ~List () |
sample_index_t | left () const |
sample_index_t | right () const |
Private Attributes | |
sample_index_t | m_left |
sample_index_t | m_right |
Container for a list of stripes that covers a range of samples.
|
inline |
|
inlinevirtual |
|
inline |
returns the index of the first sample
Definition at line 214 of file Stripe.h.
Referenced by Kwave::Track::mergeStripes().
|
inline |
returns the index of the last sample
Definition at line 217 of file Stripe.h.
Referenced by Kwave::Track::mergeStripes().
|
private |
|
private |