MCPcopy Create free account
hub / github.com/andrewreeman/SpectralSuite / FftStyleChoiceAdapter

Method FftStyleChoiceAdapter

shared/FftStyleChoiceAdapter.cpp:13–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11#include "FftStyleChoiceAdapter.h"
12
13FftStyleChoiceAdapter::FftStyleChoiceAdapter()
14: m_shouldChangeFftStyle(false),
15 m_currentStyle(FftStyle::DEFAULT),
16 m_parameter(nullptr)
17{
18}
19
20FftStyle FftStyleChoiceAdapter::fftStyle()
21{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected