|
Mantid
|
#include <WeightingStrategy.h>
Public Member Functions | |
| double | weightAt (const double &, const double &, const double &, const double &) override |
| Calculate the weight at distance from epicenter. | |
| double | weightAt (const Mantid::Kernel::V3D &) override |
| Calculate the weight at distance from epicenter. | |
Public Member Functions inherited from Mantid::Algorithms::WeightingStrategy | |
| WeightingStrategy () | |
| Constructor. | |
| WeightingStrategy (const double cutOff) | |
| Constructor. | |
| virtual | ~WeightingStrategy ()=default |
| Destructor. | |
Additional Inherited Members | |
Protected Attributes inherited from Mantid::Algorithms::WeightingStrategy | |
| double | m_cutOff |
| Cutoff member. | |
Definition at line 56 of file WeightingStrategy.h.
|
overridevirtual |
Calculate the weight at distance from epicenter.
Always returns 1 for this implementation
Implements Mantid::Algorithms::WeightingStrategy.
Definition at line 35 of file WeightingStrategy.cpp.
|
overridevirtual |
Calculate the weight at distance from epicenter.
Always returns 1
Implements Mantid::Algorithms::WeightingStrategy.
Definition at line 44 of file WeightingStrategy.cpp.