IMP  2.1.1
The Integrative Modeling Platform
example.h
1 #define IMPEXAMPLE_ALL
2 #define IMP_ALL
14 #include <IMP/example/counting.h>
16 #include <IMP/example/optimizing.h>
18 #undef IMPEXAMPLE_ALL
19 #undef IMP_ALL
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.