IMP
2.0.0
The Integrative Modeling Platform
|
#include <IMP/em/embedding.h>
Public Member Functions | |
HighDensityEmbedding (DensityMap *dm, double threshold) | |
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 |
Generate a set of points from the voxels in a em::DensityMap which are above a certain threshold.
Definition at line 22 of file em/embedding.h.