IMP  2.0.1
The Integrative Modeling Platform
IMP::kernel::GenericScopedRemoveScoreState< SS > Class Template Reference

Removes the ScoreState until RAII object is destroyed. More...

#include <IMP/kernel/scoped.h>

+ Inheritance diagram for IMP::kernel::GenericScopedRemoveScoreState< SS >:

Public Member Functions

 GenericScopedRemoveScoreState (SS *ss, Model *rs)
 
bool get_is_set () const
 
const SS & operator* () const
 
SS & operator* ()
 
const SS * operator-> () const
 
SS * operator-> ()
 
void reset ()
 
void set (SS *ss, Model *rs)
 
void show (std::ostream &out=std::cout) const
 

Detailed Description

template<class SS>
class IMP::kernel::GenericScopedRemoveScoreState< SS >

It is templated so it can act as a general pointer to the restraint.

Definition at line 153 of file kernel/scoped.h.


The documentation for this class was generated from the following file: