IMP logo
IMP Reference Guide  2.6.0
The Integrative Modeling Platform
RestraintSet.h File Reference

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

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

Go to the source code of this file.

Classes

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

Namespaces

 IMP
 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::get_restraints (const RestraintsTemp &rs)
 
template<class It >
RestraintsTemp IMP::get_restraints (It b, It e)
 

Detailed Description

Used to hold a set of related restraints.

Copyright 2007-2016 IMP Inventors. All rights reserved.

Definition in file RestraintSet.h.