Mantid
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
Mantid::Algorithms::Q1DWeighted::Wedge Struct Reference

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
 

Detailed Description

Definition at line 81 of file Q1DWeighted.h.

Constructor & Destructor Documentation

◆ Wedge()

Mantid::Algorithms::Q1DWeighted::Wedge::Wedge ( double  innerRadius,
double  outerRadius,
double  centerX,
double  centerY,
double  angleMiddle,
double  angleRange 
)
inline

Definition at line 82 of file Q1DWeighted.h.

Member Function Documentation

◆ isSymmetric()

bool Mantid::Algorithms::Q1DWeighted::Wedge::isSymmetric ( const Wedge other)
inline

isSymmetric determines if the two wedges have a center symmetry with one another.

Parameters
otherthe wedge to compare to
Returns

Definition at line 98 of file Q1DWeighted.h.

Member Data Documentation

◆ angleMiddle

double Mantid::Algorithms::Q1DWeighted::Wedge::angleMiddle

Definition at line 89 of file Q1DWeighted.h.

Referenced by Mantid::Algorithms::Q1DWeighted::calculate().

◆ angleRange

double Mantid::Algorithms::Q1DWeighted::Wedge::angleRange

Definition at line 90 of file Q1DWeighted.h.

Referenced by Mantid::Algorithms::Q1DWeighted::calculate().

◆ centerX

double Mantid::Algorithms::Q1DWeighted::Wedge::centerX

Definition at line 87 of file Q1DWeighted.h.

Referenced by Mantid::Algorithms::Q1DWeighted::calculate().

◆ centerY

double Mantid::Algorithms::Q1DWeighted::Wedge::centerY

Definition at line 88 of file Q1DWeighted.h.

Referenced by Mantid::Algorithms::Q1DWeighted::calculate().

◆ innerRadius

double Mantid::Algorithms::Q1DWeighted::Wedge::innerRadius

Definition at line 85 of file Q1DWeighted.h.

Referenced by Mantid::Algorithms::Q1DWeighted::calculate().

◆ outerRadius

double Mantid::Algorithms::Q1DWeighted::Wedge::outerRadius

Definition at line 86 of file Q1DWeighted.h.

Referenced by Mantid::Algorithms::Q1DWeighted::calculate().


The documentation for this struct was generated from the following file: