Mantid
|
#include "MantidGeometry/DllConfig.h"
#include <memory>
#include <string>
#include <vector>
Go to the source code of this file.
Namespaces | |
namespace | Mantid |
Helper class which provides the Collimation Length for SANS instruments. | |
namespace | Mantid::Geometry |
Typedefs | |
using | Mantid::Geometry::ReflectionCondition_sptr = std::shared_ptr< ReflectionCondition > |
Shared pointer to a ReflectionCondition. More... | |
using | Mantid::Geometry::ReflectionConditions = std::vector< ReflectionCondition_sptr > |
A collection of reflections. More... | |
Functions | |
MANTID_GEOMETRY_DLL std::vector< std::string > | Mantid::Geometry::getAllReflectionConditionNames () |
Returns all ReflectionCondition names. More... | |
MANTID_GEOMETRY_DLL const ReflectionConditions & | Mantid::Geometry::getAllReflectionConditions () |
MANTID_GEOMETRY_DLL std::vector< std::string > | Mantid::Geometry::getAllReflectionConditionSymbols () |
Returns all centering symbols. More... | |
MANTID_GEOMETRY_DLL ReflectionCondition_sptr | Mantid::Geometry::getReflectionConditionByName (const std::string &name) |
Returns the requested ReflectionCondition, see getAllReflectionConditionNames for possible names. More... | |
MANTID_GEOMETRY_DLL ReflectionCondition_sptr | Mantid::Geometry::getReflectionConditionBySymbol (const std::string &symbol) |
Returns the ReflectionCondition for the specified centering symbol, see getAllReflectionConditionSymbols for possible symbols. More... | |