IMP
2.0.1
The Integrative Modeling Platform
|
Various general useful functions for IMP. More...
#include <IMP/kernel/kernel_config.h>
#include "RestraintSet.h"
#include "ScoreState.h"
#include "Model.h"
#include <IMP/base/RAII.h>
#include <IMP/base/deprecation.h>
#include <IMP/base/deprecation_macros.h>
#include <IMP/base/Pointer.h>
#include <IMP/base/raii_macros.h>
#include <IMP/base/check_macros.h>
#include <IMP/base/log_macros.h>
Go to the source code of this file.
Classes | |
class | IMP::kernel::GenericScopedRemoveRestraint< SS > |
Removes the Restraint until RAII object is destroyed. More... | |
class | IMP::kernel::GenericScopedRemoveScoreState< SS > |
Removes the ScoreState until RAII object is destroyed. More... | |
class | IMP::kernel::GenericScopedRestraint< SS > |
Removes the Restraint when the RAII object is destroyed. More... | |
class | IMP::kernel::GenericScopedScoreState< SS > |
Removes the ScoreState when the RAII object is destroyed. More... | |
class | IMP::kernel::ScopedAddCacheAttribute< Key, Value > |
class | IMP::kernel::ScopedSetAttribute< Key, Value > |
Namespaces | |
namespace | IMP |
All IMP::kernel code is brought into the IMP namespace. | |
namespace | IMP::kernel |
See IMP.kernel Overview for more information. | |
Typedefs | |
typedef GenericScopedRemoveRestraint < Restraint > | IMP::kernel::ScopedRemoveRestraint |
Remove a restraint until the object goes out of scope. | |
typedef GenericScopedRemoveScoreState < ScoreState > | IMP::kernel::ScopedRemoveScoreState |
Remove a score state until the object goes out of scope. | |
typedef GenericScopedRestraint < Restraint > | IMP::kernel::ScopedRestraint |
Remove a restraint when the object goes out of scope. | |
typedef GenericScopedScoreState < ScoreState > | IMP::kernel::ScopedScoreState |
Remove a score state when the object goes out of scope. | |
typedef ScopedSetAttribute < FloatKey, Float > | IMP::kernel::ScopedSetFloatAttribute |
Copyright 2007-2013 IMP Inventors. All rights reserved.
Definition in file kernel/scoped.h.