IMP logo
IMP Reference Guide  develop.cb6747d2d1,2024/03/28
The Integrative Modeling Platform
enums.h File Reference

Basic enumeration types used by IMP. More...

#include <IMP/kernel_config.h>
#include "compiler_macros.h"
#include <iostream>
+ 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...
 

Detailed Description

Basic enumeration types used by IMP.

Copyright 2007-2022 IMP Inventors. All rights reserved.

Definition in file enums.h.