![]() |
SDRAngel
4.11.5
Developer docs for <a href="https://github.com/f4exb/sdrangel">SDRangel<\a>, an Open Source Qt5 / OpenGL 3.0+ SDR and signal analyzer frontend to various hardware.
|
#include <incrementalarray.h>
Public Member Functions | |
| IncrementalArray () | |
| ~IncrementalArray () | |
| void | allocate (uint32_t size) |
Public Attributes | |
| T * | m_array |
Private Attributes | |
| uint32_t | m_size |
Definition at line 24 of file incrementalarray.h.
| IncrementalArray< T >::IncrementalArray | ( | ) |
Definition at line 39 of file incrementalarray.h.
| IncrementalArray< T >::~IncrementalArray | ( | ) |
Definition at line 46 of file incrementalarray.h.
| void IncrementalArray< T >::allocate | ( | uint32_t | size | ) |
Definition at line 52 of file incrementalarray.h.
Referenced by GLSpectrum::applyChanges(), and GLScope::applyConfig().
Here is the caller graph for this function:| T* IncrementalArray< T >::m_array |
Definition at line 27 of file incrementalarray.h.
Referenced by IncrementalArray< GLfloat >::allocate(), GLScope::paintGL(), GLSpectrum::paintGL(), and IncrementalArray< GLfloat >::~IncrementalArray().
|
private |
Definition at line 35 of file incrementalarray.h.
Referenced by IncrementalArray< GLfloat >::allocate().
1.8.13