|
IMP Reference Guide
2.23.0
The Integrative Modeling Platform
|
Basic enumeration 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 | |
| Base functionality and abstract base classes for representation, scoring and sampling. | |
Enumerations | |
| enum | IMP::CheckLevel { IMP::DEFAULT_CHECK = -1, IMP::NONE = 0, IMP::USAGE = 1, IMP::USAGE_AND_INTERNAL = 2 } |
| Specify the level of runtime checks performed. More... | |
| enum | IMP::LogLevel { IMP::DEFAULT = -1, IMP::SILENT = 0, IMP::WARNING = 0 + 1, IMP::PROGRESS = 2, IMP::TERSE = 3, IMP::VERBOSE = 4, IMP::MEMORY = 5 } |
The log levels supported by IMP. More... | |