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

Method prepareProcess

SpectralSuiteBuild/BaseProcessor.cpp:24–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22}
23
24void BaseProcessor::prepareProcess(StandardFFTProcessor * spectralProcessor)
25{
26 auto processor = ((emptyProcess*)spectralProcessor);
27 // TODO: set the parameters of the processor from the BaseParameters class
28}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected