Mantid
|
Structure uniquely describing an algorithm with its name, category and version. More...
#include <AlgorithmFactory.h>
Public Attributes | |
std::string | alias |
alias More... | |
std::string | category |
category More... | |
std::string | name |
Algorithm Name. More... | |
int | version |
version More... | |
Structure uniquely describing an algorithm with its name, category and version.
Definition at line 27 of file AlgorithmFactory.h.
std::string Mantid::API::AlgorithmDescriptor::alias |
alias
Definition at line 31 of file AlgorithmFactory.h.
Referenced by export_AlgorithmFactory(), and Mantid::API::AlgorithmFactoryImpl::getDescriptors().
std::string Mantid::API::AlgorithmDescriptor::category |
category
Definition at line 30 of file AlgorithmFactory.h.
Referenced by export_AlgorithmFactory(), and Mantid::API::AlgorithmFactoryImpl::getDescriptors().
std::string Mantid::API::AlgorithmDescriptor::name |
Algorithm Name.
Definition at line 28 of file AlgorithmFactory.h.
Referenced by MantidQt::MantidWidgets::FindAlgComboBox::addAliases(), export_AlgorithmFactory(), and Mantid::API::AlgorithmFactoryImpl::getDescriptors().
int Mantid::API::AlgorithmDescriptor::version |
version
Definition at line 29 of file AlgorithmFactory.h.
Referenced by export_AlgorithmFactory(), and Mantid::API::AlgorithmFactoryImpl::getDescriptors().