OpenMS
FileFilter.cpp File Reference
Include dependency graph for FileFilter.cpp:

Enumerations

enum class  RTBlockMode { AS_IS , FULL_CYCLE_EXTEND , FULL_CYCLE_SHRINK }
 

Variables

const std::array< std::string, 3 > RT_BLOCK_MODE_NAMES
 

Enumeration Type Documentation

◆ RTBlockMode

enum RTBlockMode
strong
Enumerator
AS_IS 
FULL_CYCLE_EXTEND 
FULL_CYCLE_SHRINK 

Variable Documentation

◆ RT_BLOCK_MODE_NAMES

const std::array<std::string, 3> RT_BLOCK_MODE_NAMES
Initial value:
= {
"as_is",
"extend_to_preserve_full_cycle",
"shrink_to_preserve_full_cycle"
}