![]() |
OpenMS
|
#include <limits>#include <atomic>#include <OpenMS/CONCEPT/LogStream.h>#include <OpenMS/CONCEPT/Macros.h>#include <OpenMS/CONCEPT/ProgressLogger.h>#include <OpenMS/DATASTRUCTURES/DefaultParamHandler.h>#include <OpenMS/KERNEL/MSExperiment.h>#include <OpenMS/KERNEL/StandardTypes.h>Go to the source code of this file.
Classes | |
| class | ScopedResamplingWarningSuppression |
| Internal RAII guard for temporary resampling warning suppression. More... | |
| class | LinearResamplerAlign |
| Linear Resampling of raw data with alignment. More... | |
Namespaces | |
| namespace | OpenMS |
| Main OpenMS namespace. | |
| namespace | OpenMS::Internal |
| Namespace used to hide implementation details from users. | |
Variables | |
| std::atomic< bool > | suppress_resampling_spacing_warning |
| Shared process-wide flag to suppress repeated resampling-spacing warnings. During OpenSwathWorkflow extraction and scoring, the constant warning message causes 18x performance slowdown via stderr lock contention during scoring. | |