IMP
2.0.1
The Integrative Modeling Platform
|
#include <IMP/statistics/embeddings.h>
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) | |
Related Functions inherited from IMP::statistics::Embedding | |
typedef IMP::base::Vector < IMP::base::WeakPointer < Embedding > > | EmbeddingsTemp |
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.