IMP
2.0.0
The Integrative Modeling Platform
|
Embed a configuration using the XYZ coordinates of a set of particles. More...
#include <IMP/statistics/embeddings.h>
Public Member Functions | |
ConfigurationSetXYZEmbedding (ConfigurationSet *cs, SingletonContainerAdaptor pi, bool align=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 |
The point for each configuration of the model is a concatenation of the Cartesian coordinates of the particles contained in the passed SingletonContainer.
See ConfigurationSet for more information about the input.
Definition at line 30 of file embeddings.h.
IMP::statistics::ConfigurationSetXYZEmbedding::ConfigurationSetXYZEmbedding | ( | ConfigurationSet * | cs, |
SingletonContainerAdaptor | pi, | ||
bool | align = false |
||
) |
If align is true, all the configurations are rigidly aligned with the first before generating their coordinates.