IMP logo
IMP Reference Guide  2.7.0
The Integrative Modeling Platform
enums.h File Reference

Basic 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...
 
enum  IMP::StatisticsLevel { NO_STATISTICS = 0, ALL_STATISTICS = 1 }
 Specify the level of statistics to record. More...
 

Detailed Description

Basic types used by IMP.

Copyright 2007-2017 IMP Inventors. All rights reserved.

Definition in file enums.h.