![]() |
IMP
2.3.1
The Integrative Modeling Platform
|
Basic types used by IMP. More...
Include dependency graph for enums.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| IMP | |
| Synonym for IMP::kernel. | |
| IMP::base | |
| Low level functionality (logging, error handling, profiling, command line flags etc) that is used by all of IMP. | |
Enumerations | |
| enum | IMP::base::CheckLevel { IMP::base::DEFAULT_CHECK = -1, IMP::base::NONE = 0, IMP::base::USAGE = 1, IMP::base::USAGE_AND_INTERNAL = 2 } |
| Specify the level of runtime checks performed. More... | |
| enum | IMP::base::LogLevel { IMP::base::DEFAULT = -1, IMP::base::SILENT = 0, IMP::base::WARNING = 0 + 1, IMP::base::PROGRESS = 2, IMP::base::TERSE = 3, IMP::base::VERBOSE = 4, IMP::base::MEMORY = 5 } |
The log levels supported by IMP. More... | |
| enum | IMP::base::StatisticsLevel { NO_STATISTICS = 0, ALL_STATISTICS = 1 } |
| Specify the level of statistics to record. More... | |