IMP  2.0.1
The Integrative Modeling Platform
IMP::multifit::DensityDataPoints Class Reference

Stores density voxels as a vector of Array1D. More...

#include <IMP/multifit/DensityDataPoints.h>

Inherits XYZDataPoints.

Public Member Functions

 DensityDataPoints (em::DensityMap *dens, float density_threshold)
 
 DensityDataPoints (const DensGrid &dens, float density_threshold)
 
IMP::statistics::internal::Array1DD sample () const
 

Protected Member Functions

void populate_data ()
 
void set_density (em::DensityMap *d)
 
void set_density (const DensGrid &dens)
 
void set_max_min_density_values ()
 

Protected Attributes

boost::scoped_ptr< DensGriddens_
 
double max_value_
 
double min_value_
 
double threshold_
 

Related Functions

(Note that these are not member functions.)

typedef IMP::base::Vector
< IMP::base::WeakPointer
< DensityDataPoints > > 
DensityDataPointsListTemp
 

Detailed Description

Note
This manipulation is needed for matrix operations.

Definition at line 38 of file DensityDataPoints.h.

Friends And Related Function Documentation

Pass a set of objects.

Definition at line 64 of file DensityDataPoints.h.


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