19 const std::string name()
const override;
21 const std::string
summary()
const override {
return "Find peaks intersecting a box region."; }
23 int version()
const override;
24 const std::vector<std::string>
seeAlso()
const override {
return {
"PeaksOnSurface"}; }
25 const std::string category()
const override;
32 void validateExtentsInput()
const override;
33 int numberOfFaces()
const override;
PeaksInRegion : Find peaks that are either inside a box region, or that have a radius of sufficent si...
const std::vector< std::string > seeAlso() const override
Function to return all of the seeAlso (these are not validated) algorithms related to this algorithm....
std::vector< double > m_extents
Extents.
const std::string summary() const override
Summary of algorithms purpose.
PeaksIntersection : Abstract base algorithm class for algorithms that identify peaks interacting with...
std::vector< VecV3D > VecVecV3D
Helper class which provides the Collimation Length for SANS instruments.