15 int main(
int argc,
char *argv[]) {
17 "Simple example of using the IMP C++ library.");
33 std::cout << d1 <<
" " << d2 << std::endl;
Include all non-deprecated headers in IMP.
Include all non-deprecated headers in IMP.core.
Include all non-deprecated headers in IMP.algebra.
static XYZ setup_particle(Model *m, ParticleIndex pi)
#define IMP_NEW(Typename, varname, args)
Declare a ref counted pointer to a new object.
Class for storing model, its restraints, constraints, and particles.
void set_coordinates(const algebra::Vector3D &v)
set all coordinates from a vector
A decorator for a particle with x,y,z coordinates.
Support for shared command line flags.
void setup_from_argv(int argc, char **argv, std::string description)
Parse the command line flags and return the positional arguments.