IMP  2.3.0
The Integrative Modeling Platform
kernel/RestraintSet.h File Reference

Used to hold a set of related restraints. More...

#include <IMP/kernel/kernel_config.h>
#include "Restraint.h"
#include "container_macros.h"
#include <string>
+ Include dependency graph for kernel/RestraintSet.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  IMP::kernel::RestraintSet
 Object used to hold a set of restraints. More...
 

Namespaces

 IMP
 Synonym for IMP::kernel.
 
 IMP::kernel
 Base functionality and abstract base classes for representation, scoring and sampling.
 

Gathering restraints

It is sometimes useful to extract all the non-RestraintSet restraints from a hierarchy involving RestraintSets mixed with Restraints.

RestraintsTemp IMP::kernel::get_restraints (const RestraintsTemp &rs)
 
template<class It >
RestraintsTemp IMP::kernel::get_restraints (It b, It e)
 

Detailed Description

Used to hold a set of related restraints.

Copyright 2007-2014 IMP Inventors. All rights reserved.

Definition in file kernel/RestraintSet.h.