16namespace MantidWidgets {
33 std::vector<Hint> hints;
35 properties.erase(std::remove_if(properties.begin(), properties.end(),
37 return isBlacklisted(property->name());
40 hints.reserve(properties.size());
41 std::transform(properties.cbegin(), properties.cend(), std::back_inserter(hints),
43 return Hint(property->name(), property->documentation());
Base class for properties.
The AlgorithmProgressDialogPresenter keeps track of the running algorithms and displays a progress ba...
std::shared_ptr< IAlgorithm > IAlgorithm_sptr
shared pointer to Mantid::API::IAlgorithm
Mantid::Kernel::SingletonHolder< AlgorithmManagerImpl > AlgorithmManager
Helper class which provides the Collimation Length for SANS instruments.