Mantid
|
#include "MantidGeometry/Crystal/MatrixVectorPair.h"
#include "MantidGeometry/Crystal/V3R.h"
#include "MantidGeometry/DllConfig.h"
#include "MantidKernel/Exception.h"
#include <boost/spirit/include/qi.hpp>
#include <functional>
#include <map>
Go to the source code of this file.
Classes | |
class | Mantid::Geometry::MatrixVectorPairBuilder |
class | Mantid::Geometry::MatrixVectorPairParser< Iterator > |
MatrixVectorPairParser. More... | |
Namespaces | |
namespace | Mantid |
Helper class which provides the Collimation Length for SANS instruments. | |
namespace | Mantid::Geometry |
Typedefs | |
using | Mantid::Geometry::ParsedRationalNumber = boost::fusion::vector< int, boost::optional< int > > |
Functions | |
template<typename T > | |
MatrixVectorPair< T, V3R > | Mantid::Geometry::parseMatrixVectorPair (const std::string &matrixVectorString) |
Tries to parse the given string. More... | |