Mantid
|
Rhombohedrally centred, reverse 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 l) 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 |
Rhombohedrally centred, reverse ReflectionCondition.
Definition at line 129 of file ReflectionCondition.h.
|
inlineoverridevirtual |
Name of the reflection condition.
Implements Mantid::Geometry::ReflectionCondition.
Definition at line 132 of file ReflectionCondition.h.
|
inlineoverridevirtual |
Symbol of the associated lattice centering.
Implements Mantid::Geometry::ReflectionCondition.
Definition at line 134 of file ReflectionCondition.h.
|
inlineoverridevirtual |
Return true if the hkl is allowed.
Implements Mantid::Geometry::ReflectionCondition.
Definition at line 136 of file ReflectionCondition.h.