Mantid
|
#include <SmoothNeighbours.h>
Public Member Functions | |
SpectraDistanceMap | apply (SpectraDistanceMap &unfiltered) const |
Apply the filtering based on radius. More... | |
RadiusFilter (double cutoff) | |
Constructor. More... | |
Private Attributes | |
double | m_cutoff |
Radius cutoff. More... | |
Definition at line 25 of file SmoothNeighbours.h.
|
inline |
Constructor.
cutoff | : radius cutoff for filtering |
Definition at line 31 of file SmoothNeighbours.h.
|
inline |
Apply the filtering based on radius.
unfiltered | : unfiltered spectra-distance map. |
Definition at line 41 of file SmoothNeighbours.h.
Referenced by Mantid::Algorithms::SmoothNeighbours::findNeighboursUbiquitous().
|
private |
Radius cutoff.
Definition at line 53 of file SmoothNeighbours.h.