|
Mantid
|
Public Member Functions | |
| bool | isSymmetric (const Wedge &other) |
| isSymmetric determines if the two wedges have a center symmetry with one another. More... | |
| Wedge (double innerRadius, double outerRadius, double centerX, double centerY, double angleMiddle, double angleRange) | |
Public Attributes | |
| double | angleMiddle |
| double | angleRange |
| double | centerX |
| double | centerY |
| double | innerRadius |
| double | outerRadius |
Definition at line 81 of file Q1DWeighted.h.
|
inline |
Definition at line 82 of file Q1DWeighted.h.
|
inline |
isSymmetric determines if the two wedges have a center symmetry with one another.
| other | the wedge to compare to |
Definition at line 98 of file Q1DWeighted.h.
| double Mantid::Algorithms::Q1DWeighted::Wedge::angleMiddle |
Definition at line 89 of file Q1DWeighted.h.
Referenced by Mantid::Algorithms::Q1DWeighted::calculate().
| double Mantid::Algorithms::Q1DWeighted::Wedge::angleRange |
Definition at line 90 of file Q1DWeighted.h.
Referenced by Mantid::Algorithms::Q1DWeighted::calculate().
| double Mantid::Algorithms::Q1DWeighted::Wedge::centerX |
Definition at line 87 of file Q1DWeighted.h.
Referenced by Mantid::Algorithms::Q1DWeighted::calculate().
| double Mantid::Algorithms::Q1DWeighted::Wedge::centerY |
Definition at line 88 of file Q1DWeighted.h.
Referenced by Mantid::Algorithms::Q1DWeighted::calculate().
| double Mantid::Algorithms::Q1DWeighted::Wedge::innerRadius |
Definition at line 85 of file Q1DWeighted.h.
Referenced by Mantid::Algorithms::Q1DWeighted::calculate().
| double Mantid::Algorithms::Q1DWeighted::Wedge::outerRadius |
Definition at line 86 of file Q1DWeighted.h.
Referenced by Mantid::Algorithms::Q1DWeighted::calculate().