|
IMP Reference Guide
develop.169ea894ba,2025/11/01
The Integrative Modeling Platform
|
#include <IMP/em/masking.h>
Public Member Functions | |
| RadiusDependentDistanceMask (float sampling_radius, const DensityHeader &header) | |
| const std::vector< double > * | get_neighbor_dist () const |
| const std::vector< double > * | get_neighbor_dist_exp () const |
| const std::vector< double > * | get_neighbor_shift () const |
| void | show (std::ostream &out) const |
Protected Attributes | |
| std::vector< double > | neighbor_dist_ |
| std::vector< double > | neighbor_dist_exp_ |
| std::vector< double > | neighbor_shift_ |