IMP  2.0.1
The Integrative Modeling Platform
Selection.h File Reference

A set of useful functionality on IMP::atom::Hierarchy decorators. More...

#include <IMP/atom/atom_config.h>
#include <IMP/algebra/algebra_config.h>
#include "Hierarchy.h"
#include "Residue.h"
#include "Atom.h"
#include <IMP/base/InputAdaptor.h>
#include <IMP/display/declare_Geometry.h>
#include <IMP/core/Typed.h>
#include <IMP/core/XYZR.h>
+ 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
 
class  IMP::atom::SelectionGeometry
 Display a Selection. More...
 

Namespaces

namespace  IMP
 All IMP::kernel code is brought into the IMP namespace.
 
namespace  IMP::atom
 See IMP.atom Overview for more information.
 

Typedefs

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

Functions

Restraint * IMP::atom::create_connectivity_restraint (const Selections &s, double k, std::string name="Connectivity%1%")
 
Restraint * IMP::atom::create_connectivity_restraint (const Selections &s, double x0, double k, std::string name="Connectivity%1%")
 
core::XYZR IMP::atom::create_cover (const Selection &s, std::string name=std::string())
 
Restraint * IMP::atom::create_distance_restraint (const Selection &n0, const Selection &n1, double x0, double k, std::string name="Distance%1%")
 
Restraint * IMP::atom::create_excluded_volume_restraint (const Selections &s)
 
Restraint * IMP::atom::create_internal_connectivity_restraint (const Selection &s, double k, std::string name="Connectivity%1%")
 
Restraint * IMP::atom::create_internal_connectivity_restraint (const Selection &s, double x0, double k, std::string name="Connectivity%1%")
 
Hierarchies IMP::atom::get_leaves (const Selection &h)
 
double IMP::atom::get_mass (const Selection &s)
 
double IMP::atom::get_radius_of_gyration (const Selection &s)
 
double IMP::atom::get_surface_area (const Selection &s)
 
double IMP::atom::get_volume (const Selection &s)
 

Detailed Description

Copyright 2007-2013 IMP Inventors. All rights reserved.

Definition in file Selection.h.