9#include "MantidCrystal/DllConfig.h"
25 const std::string
name()
const override {
return "PredictFractionalPeaks"; }
26 const std::string
summary()
const override {
27 return "The offsets can be from hkl values in a range of hkl values or "
28 "from peaks in the input PeaksWorkspace";
30 int version()
const override {
return 1; }
31 const std::vector<std::string>
seeAlso()
const override {
return {
"PredictPeaks"}; }
32 const std::string
category()
const override {
return "Crystal\\Peaks"; }
33 std::map<std::string, std::string> validateInputs()
override;
Base class from which all concrete algorithm classes should be derived.
Using a set of offset vectors, either provided as separate lists or as a set of vectors,...
const std::string name() const override
function to return a name of the algorithm, must be overridden in all algorithms
int version() const override
function to return a version of the algorithm, must be overridden in all algorithms
const std::string category() const override
function to return a category of the algorithm.
const std::vector< std::string > seeAlso() const override
Function to return all of the seeAlso (these are not validated) algorithms related to this algorithm....
const std::string summary() const override
function returns a summary message that will be displayed in the default GUI, and in the help.
Tie together the names of the properties for the modulation vectors.