SOFUS ..
|
#include <circular_data.hpp>
Public Member Functions | |
CircularApertureData () | |
Ctor. More... | |
~CircularApertureData () | |
void | Initialize () |
Public Attributes | |
sps::element_circular_t< T > | m_element |
T | m_apodization |
Apodization. More... | |
T | m_phase |
Phase, range is (-pi;pi]. More... | |
T | m_delay |
Delay. More... | |
T | m_f0 |
Center frequency. More... | |
T | m_gridSectorScale |
Grid sectoring scala. More... | |
size_t | m_id |
Unique identifier. More... | |
Static Public Attributes | |
static size_t | nextID |
Next unique identifier to use. More... | |
Ctor.
~CircularApertureData | ( | ) |
Dtor
void Initialize | ( | ) |
Consider making this private and expose ctor with r as parameter
T m_apodization |
Apodization.
T m_delay |
Delay.
sps::element_circular_t<T> m_element |
T m_f0 |
Center frequency.
T m_gridSectorScale |
Grid sectoring scala.
size_t m_id |
Unique identifier.
T m_phase |
Phase, range is (-pi;pi].
|
static |
Next unique identifier to use.