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

Useful utilities. More...

#include <IMP/pmi/pmi_config.h>
#include <IMP/core/DistancePairScore.h>
#include <IMP/core/DistanceRestraint.h>
#include <IMP/core/XYZR.h>
#include <IMP/atom/Molecule.h>
#include <IMP/atom/Copy.h>
#include <IMP/Vector.h>
#include <boost/lexical_cast.hpp>
+ Include dependency graph for utilities.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 IMP
 Base functionality and abstract base classes for representation, scoring and sampling.
 
 IMP::pmi
 Python classes to represent, score, sample and analyze models.
 

Functions

RestraintSet * IMP::pmi::create_elastic_network (const Particles &ps, Float dist_cutoff, Float strength)
 Create an elastic network restraint set. More...
 
Float IMP::pmi::get_bipartite_minimum_sphere_distance (const IMP::core::XYZRs &m1, const IMP::core::XYZRs &m2)
 
bool IMP::pmi::get_is_canonical (atom::Hierarchy h)
 Walk up a PMI2 hierarchy/representations and check if the root is named System. More...
 
Floats IMP::pmi::get_list_of_bipartite_minimum_sphere_distance (const ParticlesTemps &pss)
 
std::string IMP::pmi::get_molecule_name_and_copy (atom::Hierarchy h)
 Walk up a PMI2 hierarchy/representations and get the "molname.copynum". More...
 
atom::Hierarchy IMP::pmi::get_parent_representation (atom::Hierarchy h)
 Get the parent, or if non-tree Representation get the fake parent. More...
 

Detailed Description

Useful utilities.

Copyright 2007-2016 IMP Inventors. All rights reserved.

Definition in file utilities.h.