Mantid
|
#include "MantidCrystal/PeaksOnSurface.h"
#include "MantidKernel/ArrayProperty.h"
#include "MantidKernel/MandatoryValidator.h"
Go to the source code of this file.
Namespaces | |
namespace | Mantid |
Helper class which provides the Collimation Length for SANS instruments. | |
namespace | Mantid::Crystal |
Typedefs | |
using | VecDouble = std::vector< double > |
Functions | |
bool MANTID_CRYSTAL_DLL | Mantid::Crystal::lineIntersectsSphere (const Mantid::Kernel::V3D &line, const Mantid::Kernel::V3D &lineStart, const Mantid::Kernel::V3D &peakCenter, const double peakRadius) |
Non-member helper function. More... | |
V3D | Mantid::Crystal::makeV3DFromVector (const VecDouble &vec) |
using VecDouble = std::vector<double> |
Definition at line 12 of file PeaksOnSurface.cpp.