IMP  2.0.1
The Integrative Modeling Platform
enums.h File Reference

Basic types used by IMP. More...

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

namespace  IMP
 All IMP::kernel code is brought into the IMP namespace.
 
namespace  IMP::base
 See IMP.base Overview for more information.
 

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 = 4 +1
}
 The log levels supported by IMP. More...
 

Detailed Description

Copyright 2007-2013 IMP Inventors. All rights reserved.

Definition in file enums.h.