12namespace MDAlgorithms {
28 int version()
const override {
return 3; }
29 const std::vector<std::string>
seeAlso()
const override {
return {
"ConvertToMD",
"SetSpecialCoordinates"}; }
36 void convertExtents(
const std::vector<double> &Extents, std::vector<double> &minVal,
37 std::vector<double> &maxVal)
override;
40 void calculateExtentsFromData(std::vector<double> &minVal, std::vector<double> &maxVal);
BaseConvertToDiffractionMDWorkspace.
ConvertToDiffractionMDWorkspace3 : Create a MDEventWorkspace with events in reciprocal space (Qx,...
const std::vector< std::string > seeAlso() const override
Function to return all of the seeAlso (these are not validated) algorithms related to this algorithm....
int version() const override
Algorithm's version for identification.
Helper class which provides the Collimation Length for SANS instruments.