IMP  2.3.1
The Integrative Modeling Platform
example.h
Go to the documentation of this file.
1 /**
2  * \file IMP/example.h
3  * \brief Include all non-deprecated headers in IMP.example.
4  *
5  * Copyright 2007-2014 IMP Inventors. All rights reserved.
6  */
7 
8 #ifndef IMP_EXAMPLE_H
9 #define IMP_EXAMPLE_H
21 #include <IMP/example/counting.h>
23 #include <IMP/example/optimizing.h>
25 #endif /* IMP_EXAMPLE_H */
A simple unary function.
An example showing how to make a simple ref counted object.
A Score on the distance between a pair of particles.
A restraint on a list of particle pairs.
A simple unary function.
A simple unary function.
A singleton modifier which wraps an attribute into a given range.
Add a name to a particle.
A simple unary function.
A simple unary function.
A simple unary function.
A restraint on a list of particle pairs.
A Score on the distance between a pair of particles.
A restraint to maintain the diameter of a set of points.
Show how to manage a template class with Python.