IMP  2.3.1
The Integrative Modeling Platform
Selection.h File Reference

Select a subset of a hierarchy. More...

#include <IMP/atom/atom_config.h>
#include <IMP/atom/internal/SelectionPredicate.h>
#include "Atom.h"
#include "Hierarchy.h"
#include "Residue.h"
#include <IMP/algebra/algebra_config.h>
#include <IMP/base/InputAdaptor.h>
#include <IMP/core/Typed.h>
#include <IMP/core/XYZR.h>
#include <IMP/display/declare_Geometry.h>
#include <boost/unordered_map.hpp>
+ Include dependency graph for Selection.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  IMP::atom::Selection
 Select hierarchy particles identified by the biological name. More...
 
class  IMP::atom::SelectionGeometry
 Display a Selection. More...
 

Namespaces

 IMP
 Synonym for IMP::kernel.
 
 IMP::atom
 Functionality for loading, creating, manipulating and scoring atomic structures.
 

Typedefs

typedef IMP::base::Vector
< Selection > 
IMP::atom::Selections
 

Functions

kernel::Restraint * IMP::atom::create_connectivity_restraint (const Selections &s, double k, std::string name="Connectivity%1%")
 Create a restraint connecting the selections. More...
 
kernel::Restraint * IMP::atom::create_connectivity_restraint (const Selections &s, double x0, double k, std::string name="Connectivity%1%")
 Create a restraint connecting the selections. More...
 
core::XYZR IMP::atom::create_cover (const Selection &s, std::string name=std::string())
 
kernel::Restraint * IMP::atom::create_distance_restraint (const Selection &n0, const Selection &n1, double x0, double k, std::string name="Distance%1%")
 
kernel::Restraint * IMP::atom::create_excluded_volume_restraint (const Selections &s)
 Create an excluded volume restraint for a list of selections. More...
 
kernel::Restraint * IMP::atom::create_internal_connectivity_restraint (const Selection &s, double k, std::string name="Connectivity%1%")
 Create a restraint connecting the selection. More...
 
kernel::Restraint * IMP::atom::create_internal_connectivity_restraint (const Selection &s, double x0, double k, std::string name="Connectivity%1%")
 Create a restraint connecting the selection. More...
 
Hierarchies IMP::atom::get_leaves (const Selection &h)
 
double IMP::atom::get_mass (const Selection &s)
 Get the total mass of a hierarchy, in Daltons. More...
 
double IMP::atom::get_radius_of_gyration (const Selection &s)
 
double IMP::atom::get_surface_area (const Selection &s)
 Get the total surface area of a hierarchy, in square angstroms. More...
 
double IMP::atom::get_volume (const Selection &s)
 Get the total volume of a hierarchy, in cubic angstroms. More...
 

Detailed Description

Select a subset of a hierarchy.

Copyright 2007-2014 IMP Inventors. All rights reserved.

Definition in file Selection.h.