Navigation
API > API/Runtime > API/Runtime/SignalProcessing
TDeinterleaveView provides iterators to access deinterleaved arrays from an interleaved array.
| Name | TDeinterleaveView |
| Type | class |
| Header File | /Engine/Source/Runtime/SignalProcessing/Public/DSP/DeinterleaveView.h |
| Include Path | #include "DSP/DeinterleaveView.h" |
Syntax
template<typename T>
class TDeinterleaveView
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TDeinterleaveView
(
TArrayView< const T > InInterleavedArray, |
TDeinterleave constructor. | DSP/DeinterleaveView.h |
Classes
| Name | Remarks |
|---|---|
| TChannel | TChannel |
| TChannelIterator | TChannelIterator |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| InterleavedArray | TArrayView< const T > | View to interleaved data | DSP/DeinterleaveView.h | |
| NumChannels | int32 | DSP/DeinterleaveView.h | ||
| NumElementsPerChannel | int32 | DSP/DeinterleaveView.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TChannelIterator< InAllocator > begin
(
TArray< T, InAllocator >& InArrayToFill |
Return an STL iterator to the first channel. It fills the given array with channel elements | DSP/DeinterleaveView.h | |
TChannelIterator< InAllocator > end
(
TArray< T, InAllocator >& InArrayToFill |
Return an STL iterator to the end. | DSP/DeinterleaveView.h |