IMP  2.0.1
The Integrative Modeling Platform
IMP::statistics::ParticleEmbedding Class Reference

#include <IMP/statistics/embeddings.h>

+ Inheritance diagram for IMP::statistics::ParticleEmbedding:

Public Member Functions

 ParticleEmbedding (const ParticlesTemp &ps, const FloatKeys &ks=core::XYZ::get_xyz_keys(), bool rescale=false)
 
virtual void do_show (std::ostream &out) const
 
unsigned int get_number_of_items () const
 
algebra::VectorKD get_point (unsigned int i) const
 
algebra::VectorKDs get_points () const
 

Additional Inherited Members

- Protected Member Functions inherited from IMP::statistics::Embedding
 Embedding (std::string name)
 

Detailed Description

Embed particles using the values of some of their attributes. By default, the Cartesian coordinates are used, but another set of attributes can be chosen. When using attributes that are not equivalent (for example, angular degrees of freedom), it is probably useful to rescale the attributes according to their ranges (see IMP::Model::get_range()). This is done by passing rescale=true to the constructor.

Definition at line 53 of file embeddings.h.


The documentation for this class was generated from the following file: