IMP logo
IMP Reference Guide  2.6.0
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.

Detailed Description

Stores density voxels as a vector of Array1D.

Note
This manipulation is needed for matrix operations.

Definition at line 37 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
 
virtual ::IMP::VersionInfo get_version_info () const
 
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_
 

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