Navigation
API > API/Runtime > API/Runtime/SignalProcessing > API/Runtime/SignalProcessing/TDeinterleaveView
TChannelIterator iterates over channels in an interleaved array and providing contiguous arrays of a single channel.
| Name | TChannelIterator |
| Type | class |
| Header File | /Engine/Source/Runtime/SignalProcessing/Public/DSP/DeinterleaveView.h |
| Include Path | #include "DSP/DeinterleaveView.h" |
Syntax
template<typename InAllocator>
class TChannelIterator
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TChannelIterator
(
TDeinterleaveView< T > InDeinterleaveView, |
TChannelIterator | DSP/DeinterleaveView.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| ChannelIndexEnd | const int32 | Denotes the end of a channel iterator | DSP/DeinterleaveView.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ArrayToFill | TArray< T, InAllocator > & | DSP/DeinterleaveView.h | ||
| ChannelIndex | int32 | DSP/DeinterleaveView.h | ||
| DeinterleaveView | TDeinterleaveView< T > | DSP/DeinterleaveView.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int32 GetChannelIndex() |
Get the current channel index | DSP/DeinterleaveView.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator!=
(
const TChannelIterator& Other |
Check equality between iterators | DSP/DeinterleaveView.h | |
TChannel< InAllocator > operator*() |
Dereference the iterator, returns a TChannel object | DSP/DeinterleaveView.h | |
TChannelIterator & operator++() |
Increment the iterator forward by one channel | DSP/DeinterleaveView.h |