Mantid
|
C-face centred ReflectionCondition. More...
#include <ReflectionCondition.h>
Public Member Functions | |
std::string | getName () override |
Name of the reflection condition. More... | |
std::string | getSymbol () override |
Symbol of the associated lattice centering. More... | |
bool | isAllowed (int h, int k, int) override |
Return true if the hkl is allowed. More... | |
Public Member Functions inherited from Mantid::Geometry::ReflectionCondition | |
virtual std::string | getName ()=0 |
Name of the reflection condition. More... | |
virtual std::string | getSymbol ()=0 |
Symbol of the associated lattice centering. More... | |
virtual bool | isAllowed (int h, int k, int l)=0 |
Return true if the hkl is allowed. More... | |
virtual | ~ReflectionCondition ()=default |
C-face centred ReflectionCondition.
Definition at line 53 of file ReflectionCondition.h.
|
inlineoverridevirtual |
Name of the reflection condition.
Implements Mantid::Geometry::ReflectionCondition.
Definition at line 56 of file ReflectionCondition.h.
|
inlineoverridevirtual |
Symbol of the associated lattice centering.
Implements Mantid::Geometry::ReflectionCondition.
Definition at line 58 of file ReflectionCondition.h.
|
inlineoverridevirtual |
Return true if the hkl is allowed.
Implements Mantid::Geometry::ReflectionCondition.
Definition at line 60 of file ReflectionCondition.h.