Mantid
|
#include "MantidAPI/IMDWorkspace.h"
#include "MantidGeometry/MDGeometry/IMDDimension.h"
#include "MantidKernel/ConfigService.h"
#include "MantidKernel/Exception.h"
#include "MantidKernel/IPropertyManager.h"
#include "MantidKernel/VMD.h"
#include <sstream>
#include <utility>
Go to the source code of this file.
Namespaces | |
namespace | Mantid |
Helper class which provides the Collimation Length for SANS instruments. | |
namespace | Mantid::API |
namespace | Mantid::Kernel |
Functions | |
template<> | |
MANTID_API_DLL Mantid::API::IMDWorkspace_const_sptr | Mantid::Kernel::IPropertyManager::getValue< Mantid::API::IMDWorkspace_const_sptr > (const std::string &name) const |
In order to be able to cast PropertyWithValue classes correctly a definition for the PropertyWithValue<IMDWorkspace_const_sptr> is required. More... | |
template<> | |
MANTID_API_DLL Mantid::API::IMDWorkspace_sptr | Mantid::Kernel::IPropertyManager::getValue< Mantid::API::IMDWorkspace_sptr > (const std::string &name) const |
In order to be able to cast PropertyWithValue classes correctly a definition for the PropertyWithValue<IMDEventWorkspace> is required. More... | |