Mantid
Loading...
Searching...
No Matches
PeakShapeEllipsoid_fwd.h
Go to the documentation of this file.
1// Mantid Repository : https://github.com/mantidproject/mantid
2//
3// Copyright © 2015 ISIS Rutherford Appleton Laboratory UKRI,
4// NScD Oak Ridge National Laboratory, European Spallation Source,
5// Institut Laue - Langevin & CSNS, Institute of High Energy Physics, CAS
6// SPDX - License - Identifier: GPL - 3.0 +
7#pragma once
8
9#include "MantidKernel/V3D.h"
10
11namespace Mantid {
12namespace DataObjects {
13
14constexpr size_t PEAK_ELLIPSOID_DIMS{3};
15typedef std::array<double, PEAK_ELLIPSOID_DIMS> PeakEllipsoidExtent;
16typedef std::array<Kernel::V3D, PEAK_ELLIPSOID_DIMS> PeakEllipsoidFrame;
18
19using PeakShapeEllipsoid_sptr = std::shared_ptr<PeakShapeEllipsoid>;
20using PeakShapeEllipsoid_const_sptr = std::shared_ptr<const PeakShapeEllipsoid>;
21
22} // namespace DataObjects
23} // namespace Mantid
PeakShapeEllipsoid : PeakShape representing a 3D ellipsoid.
std::shared_ptr< PeakShapeEllipsoid > PeakShapeEllipsoid_sptr
std::array< Kernel::V3D, PEAK_ELLIPSOID_DIMS > PeakEllipsoidFrame
constexpr size_t PEAK_ELLIPSOID_DIMS
std::array< double, PEAK_ELLIPSOID_DIMS > PeakEllipsoidExtent
std::shared_ptr< const PeakShapeEllipsoid > PeakShapeEllipsoid_const_sptr
Helper class which provides the Collimation Length for SANS instruments.