|
| virtual void | perform (spectrum_state spect, std::initializer_list< parameter_t > params)=0 |
| |
| virtual constexpr int | get_type ()=0 |
| | Gets the unique identifier of the concrete subclass. Used for equal-type checking. The implementation should use the protected function ::get_hash. More...
|
| |
| virtual std::unique_ptr< filter > | create ()=0 |
| | Factory for the current concrete subclass. More...
|
| |
◆ perform()
| virtual void fbgsense::filtering::filter::perform |
( |
spectrum_state |
spect, |
|
|
std::initializer_list< parameter_t > |
params |
|
) |
| |
|
pure virtual |
The documentation for this class was generated from the following file: