IMP Reference Guide
2.20.2
The Integrative Modeling Platform
|
Stores density voxels as a vector of Array1D. More...
#include <IMP/multifit/DensityDataPoints.h>
Inherits XYZDataPoints.
Stores density voxels as a vector of Array1D.
Definition at line 35 of file DensityDataPoints.h.
Public Member Functions | |
DensityDataPoints (em::DensityMap *dens, float density_threshold) | |
DensityDataPoints (const DensGrid &dens, float density_threshold) | |
virtual std::string | get_type_name () const override |
virtual ::IMP::VersionInfo | get_version_info () const override |
IMP::statistics::internal::Array1DD | sample () const override |
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_ |