Public Member Functions | |
| void | apply (DensityMap &m) |
| MapFilterByThreshold (double threshold, int mode, double value) | |
| void | set_parameters (float threshold, int mode) |
| void | set_parameters (float threshold, int mode, float value) |
| Function to set the paramters of of the filter. | |
Protected Attributes | |
| int | mode_ |
| float | threshold_ |
| float | value_ |
| void IMP::em::MapFilterByThreshold::set_parameters | ( | float | threshold, | |
| int | mode, | |||
| float | value | |||
| ) |
Function to set the paramters of of the filter.
| [in] | threshold | |
| [in] | mode,: | 0 - Filter all the values BELOW the threshold 1 - Filter all the values ABOVE the threshold |
| [in] | value | Value to given to the filtered entries. By default the given value is the threshold |