10#include "MantidCrystal/DllConfig.h"
25 const std::string
name()
const override {
return "SelectCellOfType"; };
28 int version()
const override {
return 1; };
29 const std::vector<std::string>
seeAlso()
const override {
30 return {
"FindUBUsingFFT",
"FindUBUsingIndexedPeaks",
"FindUBUsingLatticeParameters"};
34 const std::string
category()
const override {
return "Crystal\\Cell"; }
37 const std::string
summary()
const override {
38 return "Select a conventional cell with a specific lattice type and "
39 "centering, corresponding to the UB stored with the sample for this "
Base class from which all concrete algorithm classes should be derived.
ShowPossibleCells : Algorithm to display a list of possible conventional cells corresponding to the U...
const std::string summary() const override
Summary of algorithms purpose.
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 category() const override
Algorithm's category for identification.
int version() const override
Algorithm's version for identification.
const std::string name() const override
Algorithm's name for identification.
Helper class which provides the Collimation Length for SANS instruments.