home
about
news
download
doc
source
systems
tests
bugs
contact
IMP Reference Guide
2.6.1
The Integrative Modeling Platform
IMP Manual
Reference Guide
Modules
Classes
Examples
include
IMP
em
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-2016 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
Basic types used by IMP.
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.