IMP logo
Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes
IMP::multifit::DensityDataPoints Class Reference

Detailed Description

Stoers density voxels as a vector of Array1D.

Note:
This manipulation is needed for matrix operations.

Inherits IMP::statistics::XYZDataPoints.

List of all members.

Public Member Functions

 DensityDataPoints (em::DensityMap *dens, float density_threshold)
 DensityDataPoints (const DensGrid &dens, float density_threshold)
IMP::statistics::Array1DD sample () const
- Public Member Functions inherited from IMP::statistics::XYZDataPoints
 XYZDataPoints (const algebra::Vector3Ds &vecs)
algebra::Vector3D get_vector (int i) const
void populate_data_points (const algebra::Vector3Ds &vecs)
- Public Member Functions inherited from IMP::statistics::DataPoints
const Array1DD_VEC * get_data () const
int get_number_of_data_points () const
- Public Member Functions inherited from IMP::base::Object
std::size_t __hash__ () const
virtual std::string get_type_name () const =0
 Return a string identifying the type of the object.
virtual IMP::base::VersionInfo get_version_info () const =0
 Get information about the module and version of the object.
void set_check_level (CheckLevel l)
void set_log_level (LogLevel l)
 Set the logging level used in this object.
void set_was_used (bool tf) const
void show (std::ostream &out=std::cout) const
const std::string & get_name () const
void set_name (std::string name)

Static Public Member Functions

static DensityDataPointsget_from (IMP::base::Object *o)
- Static Public Member Functions inherited from IMP::statistics::XYZDataPoints
static XYZDataPoints * get_from (IMP::base::Object *o)

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_
- Protected Attributes inherited from IMP::statistics::XYZDataPoints
algebra::Vector3Ds vecs_
- Protected Attributes inherited from IMP::statistics::DataPoints
FloatKeys atts_
Array1DD_VEC data_

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

Generated on Tue May 22 2012 23:33:37 for IMP by doxygen 1.8.1