| 22 | } |
| 23 | |
| 24 | void BaseProcessor::prepareProcess(StandardFFTProcessor * spectralProcessor) |
| 25 | { |
| 26 | auto processor = ((emptyProcess*)spectralProcessor); |
| 27 | // TODO: set the parameters of the processor from the BaseParameters class |
| 28 | } |
nothing calls this directly
no outgoing calls
no test coverage detected