IMP
2.0.1
The Integrative Modeling Platform
|
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< DensGrid > | dens_ |
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 |
Definition at line 38 of file DensityDataPoints.h.
|
related |
Pass a set of objects.
Definition at line 64 of file DensityDataPoints.h.