IMP
2.3.1
The Integrative Modeling Platform
IMP Mainpage
Modules
Applications
Related Pages
Groups
Classes
Files
Examples
Indexes
File List
File Members
density_utilities.h
Go to the documentation of this file.
1
/**
2
* \file IMP/em/density_utilities.h
3
* \brief density map manipulations
4
*
5
* Copyright 2007-2014 IMP Inventors. All rights reserved.
6
*
7
*/
8
9
#ifndef IMPEM_DENSITY_UTILITIES_H
10
#define IMPEM_DENSITY_UTILITIES_H
11
12
#include <IMP/em/em_config.h>
13
#include <
IMP/base_types.h
>
14
#include "
DensityMap.h
"
15
16
IMPEM_BEGIN_NAMESPACE
17
18
//! Return a masked density, and normalize the output map within the mask region
19
/**
20
\param[in] dmap the density map to mask
21
\param[in] mask the mask
22
\return the masked and normalized map
23
*/
24
IMPEMEXPORT DensityMap *
mask_and_norm
(em::DensityMap *dmap,
25
em::DensityMap *mask);
26
27
IMPEM_END_NAMESPACE
28
#endif
/* IMPEM_DENSITY_UTILITIES_H */
base_types.h
Import IMP/kernel/base_types.h in the namespace.
IMP::em::mask_and_norm
DensityMap * mask_and_norm(em::DensityMap *dmap, em::DensityMap *mask)
Return a masked density, and normalize the output map within the mask region.
DensityMap.h
Class for handling density maps.