IMP  2.4.0
The Integrative Modeling Platform
Namespaces | Enumerations
enums.h File Reference

Basic types used by IMP. More...

#include <IMP/base/base_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
 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...
 

Detailed Description

Basic types used by IMP.

Copyright 2007-2015 IMP Inventors. All rights reserved.

Definition in file enums.h.