IMP  2.1.1
The Integrative Modeling Platform
density_utils.h
Go to the documentation of this file.
1 /**
2  * \file density_utils.h
3  * \brief Density utilities.
4  *
5  * Copyright 2007-2013 IMP Inventors. All rights reserved.
6  *
7  */
8 
9 #ifndef IMPCNMULTIFIT_DENSITY_UTILS_H
10 #define IMPCNMULTIFIT_DENSITY_UTILS_H
11 
13 #include <IMP/em/DensityMap.h>
14 #include <IMP/cnmultifit/cnmultifit_config.h>
15 
16 IMPCNMULTIFIT_BEGIN_NAMESPACE
17 
18 //TODO - this function should be removed at one point, because it should
19 //be in IMP::em
20 statistics::Histogram my_get_density_histogram(const em::DensityMap *dmap,
21  float threshold,int num_bins);
22 
23 IMPCNMULTIFIT_END_NAMESPACE
24 
25 #endif /* IMPCNMULTIFIT_DENSITY_UTILS_H */
Holds a histogram.
Class for handling density maps.